Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman-khankan committed Jul 8, 2021
1 parent 497aa74 commit 76b2695
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 1.1.0 (2021-07-08)

* feat: resolve refs nested under .schema property (#31) ([497aa74](https://github.com/smartrecruiters/openapi-first/commit/497aa74)), closes [#31](https://github.com/smartrecruiters/openapi-first/issues/31)



## 1.0.1 (2021-07-08)

* BREAKING CHANGE: drop support for Node < 10 (#33) ([65c67f3](https://github.com/smartrecruiters/openapi-first/commit/65c67f3)), closes [#27](https://github.com/smartrecruiters/openapi-first/issues/27) [#33](https://github.com/smartrecruiters/openapi-first/issues/33)
* feat: update dependencies (#33) ([65c67f3](https://github.com/smartrecruiters/openapi-first/commit/65c67f3)), closes [#30](https://github.com/smartrecruiters/openapi-first/issues/30)



## <small>0.4.2 (2019-07-22)</small>

* Remove uuid dependency & update dependencies (#29) ([a710252](https://github.com/smartrecruiters/openapi-first/commit/a710252)), closes [#29](https://github.com/smartrecruiters/openapi-first/issues/29)
Expand Down
2 changes: 1 addition & 1 deletion 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": "@smartrecruiters/openapi-first",
"version": "1.0.1",
"version": "1.1.0",
"description": "Start your node REST app with designing API first!",
"repository": "smartrecruiters/openapi-first",
"license": "MIT",
Expand Down

0 comments on commit 76b2695

Please sign in to comment.