Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsullivan00 committed May 21, 2019
1 parent 7f403ea commit b8a46f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,3 +5,9 @@
### v0.0.1

* First publish

### v0.0.2

* Add support for `typeNameNormalizer`.
* Removes default `pascalize` of JSON API `type` -> GraphQL `__typename`
conversion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-link-json-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "Query JSON API compliant services with GraphQL",
"license": "MIT",
"main": "./lib/bundle.umd.js",
Expand Down

0 comments on commit b8a46f8

Please sign in to comment.