Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 29, 2021
1 parent 9a85e42 commit dedff23
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v1.0.1 (2021-10-29)
<a id="v1.0.1"></a>
#### 🐛 Bug Fixes

* [`9a85e42`](https://github.com/groupon/gofer-openapi/commit/9a85e429ecec157fd28563df9a730e11e3760cc5) fix: to trigger release

#### 📝 Documentation

* [`76439d4`](https://github.com/groupon/gofer-openapi/commit/76439d4037434eef99c2732dd656e64aca9810cc) docs: README tweak


### v1.0.0 (2021-10-29)
<a id="v1.0.0"></a>
#### 🚀 New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fgofer--openapi%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/gofer-openapi/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D14-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.0.0-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.0.1-blue?logo=version&logoColor=white)
# `gofer-openapi`

CLI and Library to assist in converting OpenAPI Specifications into working
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gofer-openapi",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gofer Openapi",
"license": "BSD-3-Clause",
"main": "lib/gofer-openapi.js",
Expand Down

0 comments on commit dedff23

Please sign in to comment.