Skip to content

Commit

Permalink
Release v0.6.1 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 12, 2020
1 parent c420f37 commit 07ef820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### vNEXT

### v0.6.1

- fix(swagger): broken type of ID scalar in generated swagger document [PR #280](https://github.com/Urigo/SOFA/pull/280)
- fix: do not resolve nil variables [PR #193](https://github.com/Urigo/SOFA/pull/193)
- fix: use Kind from graphql instead of strings [PR #192](https://github.com/Urigo/SOFA/pull/192)
- fix: replace request package with Axios [PR #194](https://github.com/Urigo/SOFA/pull/194)

### v0.6.0

- fix(swagger): fix descriptions [PR #178](https://github.com/Urigo/SOFA/pull/178)
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.6.0",
"version": "0.6.1",
"buildOptions": {
"input": "./src/index.ts"
},
Expand Down

0 comments on commit 07ef820

Please sign in to comment.