diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e88600..1b685dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.0.1 (2019-08-29) + +#### :bug: Bug Fix +* [#59](https://github.com/simplabs/ember-intl-analyzer/pull/59) Fix process exit code assignment ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + + ## v2.0.0 (2019-08-27) #### :boom: Breaking Change diff --git a/package.json b/package.json index 62719f7d..f4dfeef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "2.0.0", + "version": "2.0.1", "description": "Find unused translations in your Ember.js projects", "homepage": "https://github.com/simplabs/ember-intl-analyzer", "repository": "git@github.com:simplabs/ember-intl-analyzer.git",