Skip to content

Commit

Permalink
Release v0.3.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Apr 19, 2019
1 parent 75428c8 commit bf2d3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v0.3.0

- fix: parse InputTypeObject with JSON.parse [PR #30](https://github.com/Urigo/SOFA/pull/30)
- feat: custom `depthLimit` (circular references) [PR #29](https://github.com/Urigo/SOFA/pull/29)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sofa-api",
"description": "Create REST APIs with GraphQL",
"version": "0.2.3",
"version": "0.3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit bf2d3ad

Please sign in to comment.