Skip to content

Commit

Permalink
build: 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 20, 2021
1 parent fb6ec65 commit 9893a5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 5.0.0 (2021-08-20)

* feat: add $ref bundling to OpenAPI/Swagger command (#342) ([af3c7c2](https://github.com/readmeio/rdme/commit/af3c7c2)), closes [#342](https://github.com/readmeio/rdme/issues/342)
* feat: add version selection to all relevant commands (#344) ([d797d09](https://github.com/readmeio/rdme/commit/d797d09)), closes [#344](https://github.com/readmeio/rdme/issues/344)
* feat: Adds pagination to the OpenAPI command (#353) ([fb6ec65](https://github.com/readmeio/rdme/commit/fb6ec65)), closes [#353](https://github.com/readmeio/rdme/issues/353)
* feat: making the docs command recursive by default (#343) ([a7a5caa](https://github.com/readmeio/rdme/commit/a7a5caa)), closes [#343](https://github.com/readmeio/rdme/issues/343)
* chore(deps-dev): bumping dev deps ([a2446ec](https://github.com/readmeio/rdme/commit/a2446ec))
* chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#346) ([31cc6f2](https://github.com/readmeio/rdme/commit/31cc6f2)), closes [#346](https://github.com/readmeio/rdme/issues/346)
* chore(deps): bumping deps ([237961d](https://github.com/readmeio/rdme/commit/237961d))
* chore(deps): running npm audit ([e622ea2](https://github.com/readmeio/rdme/commit/e622ea2))
* chore(deps): upgrading oas and oas-normalize ([cfad0f5](https://github.com/readmeio/rdme/commit/cfad0f5))
* fix: command position sorting within the help screen (#341) ([14e26d4](https://github.com/readmeio/rdme/commit/14e26d4)), closes [#341](https://github.com/readmeio/rdme/issues/341)
* fix: replace `request-promise-native` with `node-fetch` (#352) ([74bad7d](https://github.com/readmeio/rdme/commit/74bad7d)), closes [#352](https://github.com/readmeio/rdme/issues/352)
* docs: minor changes to the readme ([25a909b](https://github.com/readmeio/rdme/commit/25a909b))



## 4.0.0 (2021-07-09)

> 🚨 With this release we no longer support Node 10.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdme",
"version": "4.0.0",
"version": "5.0.0",
"description": "ReadMe's API CLI",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 9893a5f

Please sign in to comment.