Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Nov 1, 2021
1 parent bcc196d commit c9f374c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v2.0.0 (2021-11-01)
<a id="v2.0.0"></a>
#### 💥 Breaking Changes

[#2](https://github.com/groupon/gofer-openapi/pull/2) Support Swagger 2.x specs ([@dbushong](https://github.com/dbushong))

`goferFromOpenAPI` now returns a Promise

#### 🏡 Internal

* [#2](https://github.com/groupon/gofer-openapi/pull/2) Support Swagger 2.x specs ([@dbushong](https://github.com/dbushong))


### v1.0.1 (2021-10-29)
<a id="v1.0.1"></a>
#### 🐛 Bug Fixes
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.1-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-2.0.0-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.1",
"version": "2.0.0",
"description": "Gofer Openapi",
"license": "BSD-3-Clause",
"main": "lib/gofer-openapi.js",
Expand Down

0 comments on commit c9f374c

Please sign in to comment.