Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 29, 2021
1 parent 4e5b9ba commit f1d2c25
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.0 (2021-10-29)

* feat: support for OpenAPI 3.1 (#344) ([4e5b9ba](https://github.com/readmeio/api/commit/4e5b9ba)), closes [#344](https://github.com/readmeio/api/issues/344)



## <small>3.4.2 (2021-10-08)</small>

* fix: issues with circular references being dereferenced and unable to be stringified (#343) ([5c68896](https://github.com/readmeio/api/commit/5c68896)), closes [#343](https://github.com/readmeio/api/issues/343)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.4.2"
"version": "4.0.0"
}
2 changes: 1 addition & 1 deletion packages/api/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 packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "3.4.2",
"version": "4.0.0",
"description": "Generate an SDK from an OpenAPI definition",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/httpsnippet-client-api/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 packages/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpsnippet-client-api",
"version": "3.4.2",
"version": "4.0.0",
"description": "An HTTP Snippet client for generating snippets for the api module.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit f1d2c25

Please sign in to comment.