Skip to content

Commit

Permalink
Release v0.7.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Mar 11, 2020
1 parent 6870fe8 commit b46d4b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNEXT

### v0.7.0

- feat(swagger): custom components and security for OpenAPI [PR #296](https://github.com/Urigo/SOFA/pull/296)

### v0.6.1

- fix(swagger): broken type of ID scalar in generated swagger document [PR #280](https://github.com/Urigo/SOFA/pull/280)
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.1",
"version": "0.7.0",
"buildOptions": {
"input": "./src/index.ts"
},
Expand Down

0 comments on commit b46d4b9

Please sign in to comment.