diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd3b8a..8619ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Master + +## 0.2.2 + - [#4](https://github.com/dustinfarris/broccoli-cashay-schema/pull/4) Add babel-runtime to dependencies [@dustinfarris](https://github.com/dustinfarris) diff --git a/package.json b/package.json index f309553..30dfdc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-cashay-schema", - "version": "0.2.1", + "version": "0.2.2", "description": "Generate a client-safe GraphQL schema for Cashay", "main": "index.js", "scripts": {