Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jneurock committed May 4, 2020
1 parent 11a10cf commit ff141e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
# Ember CLI Mirage GraphQL Changelog

### V0.3.1 (April 14th, 2020)
### v0.3.2 (May the 4th Be with You, 2020)

* [#44](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/44)[MAINTENANCE] Bump jquery from 3.4.1 to 3.5.0
* [#45](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/45)[BUGFIX] Handle mutation that returns an array
* [#46](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/46)[MAINTENANCE] Update acorn, kind-of, minimist and serialize-javascript dependencies

### v0.3.1 (April 14th, 2020)

* [#43](https://github.com/kloeckner-i/ember-cli-mirage-graphql/pull/43)[BUGFIX] Fix using the addon as a runtime dependency of another addon

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage-graphql",
"version": "0.3.1",
"version": "0.3.2",
"description": "A library for mocking GraphQL with Ember CLI Mirage",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ff141e9

Please sign in to comment.