Skip to content

Commit

Permalink
Release v0.5.1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Oct 1, 2019
1 parent 850bb9f commit 0a31dda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .npmignore
@@ -1,4 +1,5 @@
.git/
.github/
.circleci/
.vscode/
src/
Expand All @@ -8,6 +9,8 @@ website/
docs/
.prettierignore
.prettierrc.yml
CHANGELOG.md
README.md
jest.config.js
netlify.toml
tsconfig.json
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

### vNEXT

### v0.5.1

- fix: do not skip falsy values (only null and undefined) [PR #134](https://github.com/Urigo/SOFA/pull/134)

### v0.5.0

- feat(swagger): add description [PR #107](https://github.com/Urigo/SOFA/pull/107)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "sofa-api",
"description": "Create REST APIs with GraphQL",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 0a31dda

Please sign in to comment.