Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 8, 2021
1 parent 04f5d5b commit 057c930
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.1.0 (2021-11-08)

* chore(deps-dev): bump nock from 13.1.3 to 13.1.4 (#346) ([de4ba12](https://github.com/readmeio/api/commit/de4ba12)), closes [#346](https://github.com/readmeio/api/issues/346)
* chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#345) ([30b7101](https://github.com/readmeio/api/commit/30b7101)), closes [#345](https://github.com/readmeio/api/issues/345)
* chore(deps): bump node-fetch from 2.6.5 to 2.6.6 (#348) ([fba1514](https://github.com/readmeio/api/commit/fba1514)), closes [#348](https://github.com/readmeio/api/issues/348)
* chore(deps): bump oas from 16.0.3 to 16.0.4 (#347) ([b66675f](https://github.com/readmeio/api/commit/b66675f)), closes [#347](https://github.com/readmeio/api/issues/347)
* chore(deps): running npm audit ([04f5d5b](https://github.com/readmeio/api/commit/04f5d5b))
* feat: upgrading oas to v17 (#349) ([a88fb8b](https://github.com/readmeio/api/commit/a88fb8b)), closes [#349](https://github.com/readmeio/api/issues/349)



## 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)
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": "4.0.0"
"version": "4.1.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": "4.0.0",
"version": "4.1.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": "4.0.0",
"version": "4.1.0",
"description": "An HTTP Snippet client for generating snippets for the api module.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 057c930

Please sign in to comment.