Skip to content

Commit

Permalink
build: 17.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jan 12, 2022
1 parent 88b0b33 commit c61a2e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 17.5.0 (2022-01-12)

* feat: addition of a getRequestBody accessor (#580) ([88b0b33](https://github.com/readmeio/oas/commit/88b0b33)), closes [#580](https://github.com/readmeio/oas/issues/580)
* fix: refactoring allOf schemas to be pre-merged when we generate JSON Schema (#579) ([cc16e05](https://github.com/readmeio/oas/commit/cc16e05)), closes [#579](https://github.com/readmeio/oas/issues/579)
* chore: make our jsdoc eslint rules a bit less obnoxious (#577) ([a6bac91](https://github.com/readmeio/oas/commit/a6bac91)), closes [#577](https://github.com/readmeio/oas/issues/577)



## <small>17.4.3 (2022-01-05)</small>

* fix(operation): support operations without responses (#576) ([67ec319](https://github.com/readmeio/oas/commit/67ec319)), closes [#576](https://github.com/readmeio/oas/issues/576)
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": "oas",
"version": "17.4.3",
"version": "17.5.0",
"description": "Working with OpenAPI definitions is hard. This makes it easier.",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",
Expand Down

0 comments on commit c61a2e3

Please sign in to comment.