Skip to content

Commit

Permalink
bump version and update changelog for v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jneurock committed Apr 5, 2019
1 parent 53c1140 commit bc64132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,3 +7,7 @@
### v0.0.6 (February 20th, 2019)

* [#15](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/15) [FEATURE] Add Basic Relay Pagination Support

### v0.0.7 (April 5th, 2019)

* [#17](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/17) [BUGFIX] Allow for no mutation type in schema
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage-graphql",
"version": "0.0.6",
"version": "0.0.7",
"description": "A library for mocking GraphQL with Ember CLI Mirage",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit bc64132

Please sign in to comment.