Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jneurock committed Nov 3, 2019
1 parent 2ebd284 commit 2e56209
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.3 (November 3rd, 2019)

* [#31](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/31) [BUGFIX] Unwrap type for non-null lists of non null items

### v0.1.2 (October 18th, 2019)

* [#28](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/28) [BUGFIX] Allow createGraphQLHandler() to be used without options
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage-graphql",
"version": "0.1.2",
"version": "0.1.3",
"description": "A library for mocking GraphQL with Ember CLI Mirage",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2e56209

Please sign in to comment.