Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robak86 committed Dec 16, 2017
1 parent db61056 commit bea544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- move graphql to peerDependencies
- upgrade dependencies

## 0.1.0
## 0.4.0
- complete rewrite of internals
- upgrade dependencies
- remove `@args` and `@argsType` decorators in favor of `@params` and `@input`. [**Breaking change**]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql-schema",
"version": "0.0.3",
"version": "0.4.0",
"description": "Yet another experimental library for defining graphql schemas using decorators.",
"repository": "https://github.com/robak86/gql-schema",
"main": "lib/index.js",
Expand Down

0 comments on commit bea544e

Please sign in to comment.