Skip to content

Commit

Permalink
build: 20.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 1, 2022
1 parent 7af590c commit 4bb64bd
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## <small>20.0.1 (2022-11-01)</small>

* fix: issue with non-camelCase operationID generation (#708) ([7af590c](https://github.com/readmeio/oas/commit/7af590c)), closes [#708](https://github.com/readmeio/oas/issues/708)
* chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0 (#705) ([f3a0399](https://github.com/readmeio/oas/commit/f3a0399)), closes [#705](https://github.com/readmeio/oas/issues/705)
* chore(deps-dev): bump @commitlint/config-conventional (#703) ([bb6a765](https://github.com/readmeio/oas/commit/bb6a765)), closes [#703](https://github.com/readmeio/oas/issues/703)
* chore(deps-dev): bump @readme/oas-examples from 5.7.1 to 5.8.0 (#707) ([390e314](https://github.com/readmeio/oas/commit/390e314)), closes [#707](https://github.com/readmeio/oas/issues/707)
* chore(deps-dev): bump @types/node from 18.11.7 to 18.11.9 (#706) ([5b1c038](https://github.com/readmeio/oas/commit/5b1c038)), closes [#706](https://github.com/readmeio/oas/issues/706)
* chore(deps): bump oas-normalize from 7.1.0 to 7.1.1 (#704) ([9416449](https://github.com/readmeio/oas/commit/9416449)), closes [#704](https://github.com/readmeio/oas/issues/704)



## 20.0.0 (2022-10-28)

> **BREAKING CHANGE**
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": "oas",
"version": "20.0.0",
"version": "20.0.1",
"description": "Comprehensive tooling for working with OpenAPI definitions",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",

0 comments on commit 4bb64bd

Please sign in to comment.