Skip to content

Commit

Permalink
build: 5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 5, 2022
1 parent 749259a commit 5333ca6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.3.0 (2022-04-05)

* chore: removing some docs from the repo as they're in our .github/ repo now ([749259a](https://github.com/readmeio/swagger-inline/commit/749259a))
* chore(deps-dev): bump @readme/eslint-config from 8.4.4 to 8.5.1 (#256) ([fe899a4](https://github.com/readmeio/swagger-inline/commit/fe899a4)), closes [#256](https://github.com/readmeio/swagger-inline/issues/256)
* chore(deps-dev): bump eslint from 8.10.0 to 8.12.0 (#254) ([7517b50](https://github.com/readmeio/swagger-inline/commit/7517b50)), closes [#254](https://github.com/readmeio/swagger-inline/issues/254)
* chore(deps-dev): bump prettier from 2.5.1 to 2.6.1 (#253) ([964cd17](https://github.com/readmeio/swagger-inline/commit/964cd17)), closes [#253](https://github.com/readmeio/swagger-inline/issues/253)
* chore(deps): bump minimist from 1.2.5 to 1.2.6 (#257) ([f49a86f](https://github.com/readmeio/swagger-inline/commit/f49a86f)), closes [#257](https://github.com/readmeio/swagger-inline/issues/257)
* test: resolving some broken tests ([318d794](https://github.com/readmeio/swagger-inline/commit/318d794))
* feat(index): add ability to specify `title` and `version` from CLI. (#258) ([b767dec](https://github.com/readmeio/swagger-inline/commit/b767dec)), closes [#258](https://github.com/readmeio/swagger-inline/issues/258)



## 5.2.0 (2022-03-17)

* feat: add refs to shorthand parameter syntax (#250) ([e5fef29](https://github.com/readmeio/swagger-inline/commit/e5fef29)), closes [#250](https://github.com/readmeio/swagger-inline/issues/250)
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": "swagger-inline",
"version": "5.2.0",
"version": "5.3.0",
"description": "Generate an OpenAPI/Swagger definition from inline comments.",
"author": "Readme.io",
"license": "ISC",
Expand Down

0 comments on commit 5333ca6

Please sign in to comment.