Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jneurock committed Aug 1, 2019
1 parent 1baa8b5 commit 2c79b6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Ember CLI Mirage GraphQL Changelog

### v0.1.1 (August 1st, 2019)

* [#24](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/24) [BUGFIX] Unwrap non-null types when computing table name

### v0.1.0 (July 10th, 2019)

* [#23](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/23) [BUGFIX] Rename varsMap to argsMap
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage-graphql",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library for mocking GraphQL with Ember CLI Mirage",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2c79b6d

Please sign in to comment.