From 10e13449e78dbd0979c77ebd12664c850b96d2c6 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 14 Oct 2020 22:41:53 +0200 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8707d0ff..de4020e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v3.0.0 (2020-10-14) + +#### :boom: Breaking Change +* [#135](https://github.com/simplabs/ember-intl-analyzer/pull/135) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87)) + +#### :rocket: Enhancement +* [#257](https://github.com/simplabs/ember-intl-analyzer/pull/257) Fix importing config file as CJS module ([@bertdeblock](https://github.com/bertdeblock)) + +#### Committers: 3 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Patsy Issa ([@patsy-issa](https://github.com/patsy-issa)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + + ## v2.1.0 (2019-11-27) #### :rocket: Enhancement diff --git a/package.json b/package.json index c8a2f4fb..0459174e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-intl-analyzer", - "version": "2.1.0", + "version": "3.0.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",