Skip to content

Commit 76b2695

Browse files
v1.1.0
1 parent 497aa74 commit 76b2695

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
## 1.1.0 (2021-07-08)
2+
3+
* 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)
4+
5+
6+
17
## 1.0.1 (2021-07-08)
28

39
* 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)
410
* feat: update dependencies (#33) ([65c67f3](https://github.com/smartrecruiters/openapi-first/commit/65c67f3)), closes [#30](https://github.com/smartrecruiters/openapi-first/issues/30)
511

612

13+
714
## <small>0.4.2 (2019-07-22)</small>
815

916
* 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)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartrecruiters/openapi-first",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Start your node REST app with designing API first!",
55
"repository": "smartrecruiters/openapi-first",
66
"license": "MIT",

0 commit comments

Comments
 (0)