From 648efcdd49905db28e182afba6c2a18fe7c0b194 Mon Sep 17 00:00:00 2001 From: Mikek2252 Date: Fri, 22 Apr 2022 14:58:45 +0100 Subject: [PATCH] v4.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fcee64..ff61b5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog + +## v4.1.0 (2022-04-22) + +#### :rocket: Enhancement +* [#481](https://github.com/simplabs/ember-intl-analyzer/pull/481) Add support for translations in actual addons ([@robinborst95](https://github.com/robinborst95)) +* [#480](https://github.com/simplabs/ember-intl-analyzer/pull/480) Add support for translations in in-repo addons ([@robinborst95](https://github.com/robinborst95)) + +#### Committers: 1 +- Robin Borst ([@robinborst95](https://github.com/robinborst95)) + ## v4.0.0 (2022-04-14) #### :boom: Breaking Change diff --git a/package.json b/package.json index 2724614e..603d9728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "4.0.0", + "version": "4.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",