diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..19e48df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## v0.2.2 (2020-10-24) + +#### :bug: Bug Fix +* [#139](https://github.com/kaliber5/ember-cli-bundle-analyzer/pull/139) Bump broccoli-concat-analyser to 5.0.0, fixing issues with latest ECMAScript features ([@lifeart](https://github.com/lifeart)) + +#### :house: Internal +* [#140](https://github.com/kaliber5/ember-cli-bundle-analyzer/pull/140) Setup release-it ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 3 +- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + diff --git a/package.json b/package.json index 262f1c1..6f8d9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-bundle-analyzer", - "version": "0.2.1", + "version": "0.2.2", "description": "Analyze the size and contents of your Ember app's bundles", "keywords": [ "ember-addon",