Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiebzak committed May 22, 2018
1 parent f24cee1 commit 7f1e5cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
<a name="0.1.2"></a>
## <small>0.1.2 (2018-05-22)</small>

* Update dev dependencies (#5) ([902b7e7](https://github.com/smartrecruiters/openapi-first/commit/902b7e7)), closes [#5](https://github.com/smartrecruiters/openapi-first/issues/5)
* Using `defaultsDeep` causes that values for `array` type of parameters are merged with default value ([f24cee1](https://github.com/smartrecruiters/openapi-first/commit/f24cee1)), closes [#6](https://github.com/smartrecruiters/openapi-first/issues/6)



<a name="0.1.1"></a>
## <small>0.1.1 (2018-05-10)</small>

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@smartrecruiters/openapi-first",
"version": "0.1.1",
"version": "0.1.2",
"description": "Start your node REST app with designing API first!",
"repository": "smartrecruiters/openapi-first",
"license": "MIT",
Expand Down

0 comments on commit 7f1e5cf

Please sign in to comment.