diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bab9a..376978b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Master + +## 0.2.3 + - [#7](https://github.com/dustinfarris/broccoli-cashay-schema/pull/7) Add babel-core to dependencies [@dustinfarris](https://github.com/dustinfarris) diff --git a/package.json b/package.json index 4b109e4..dd2ab99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-cashay-schema", - "version": "0.2.2", + "version": "0.2.3", "description": "Generate a client-safe GraphQL schema for Cashay", "main": "index.js", "scripts": {