diff --git a/CHANGELOG.md b/CHANGELOG.md index de4020e8..7f1d7d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v3.1.0 (2021-06-28) + +#### :rocket: Enhancement +* [#367](https://github.com/simplabs/ember-intl-analyzer/pull/367) Add `--fix` CLI option ([@Mikek2252](https://github.com/Mikek2252)) +* [#320](https://github.com/simplabs/ember-intl-analyzer/pull/320) Add support for basic conditionals in the t helper ([@Mikek2252](https://github.com/Mikek2252)) + +#### :house: Internal +* [#369](https://github.com/simplabs/ember-intl-analyzer/pull/369) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 3 +- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v3.0.0 (2020-10-14) #### :boom: Breaking Change diff --git a/package.json b/package.json index 21b48f0d..4f04a8b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "3.0.0", + "version": "3.1.0", "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",