From f204457537aaf7082ee94d70d3a06fb9c7a5e513 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Sat, 24 Oct 2020 19:08:02 +0200 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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",