diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f1d21..5a68cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ ## Master +## 0.3.0 + +- [#14](https://github.com/dustinfarris/broccoli-cashay-schema/pull/14) + Receive injected cashay + [@dustinfarris](https://github.com/dustinfarris) +- [#13](https://github.com/dustinfarris/broccoli-cashay-schema/pull/13) + Drop babel + [@dustinfarris](https://github.com/dustinfarris) +- [#11](https://github.com/dustinfarris/broccoli-cashay-schema/pull/11) + Install ESLint + [@dustinfarris](https://github.com/dustinfarris) + + ## 0.2.5 - [#10](https://github.com/dustinfarris/broccoli-cashay-schema/pull/10) diff --git a/package.json b/package.json index 4e11099..22475f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-cashay-schema", - "version": "0.2.5", + "version": "0.3.0", "description": "Generate a client-safe GraphQL schema for Cashay", "main": "index.js", "scripts": {