diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc7db7..2911fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Master + +## 0.2.4 + - [#8](https://github.com/dustinfarris/broccoli-cashay-schema/pull/8) Do not use destructure syntax [@dustinfarris](https://github.com/dustinfarris) diff --git a/package.json b/package.json index dd2ab99..450cdb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-cashay-schema", - "version": "0.2.3", + "version": "0.2.4", "description": "Generate a client-safe GraphQL schema for Cashay", "main": "index.js", "scripts": {