diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1d7d71..b6090abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.1.1 (2022-03-11) + +#### :bug: Bug Fix +* [#447](https://github.com/simplabs/ember-intl-analyzer/pull/447) Add additional guard to check if at the top of the parent tree and tests ([@Mikek2252](https://github.com/Mikek2252)) + +#### Committers: 1 +- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252)) + ## v3.1.0 (2021-06-28) #### :rocket: Enhancement diff --git a/package.json b/package.json index 3b5b3a61..1bd05e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "3.1.0", + "version": "3.1.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",