diff --git a/CHANGELOG.md b/CHANGELOG.md index 644f2d7..98c7c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ + +## v2.0.0 (2023-11-28) + +#### :boom: Breaking Change +* [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/5) Update addon name ([@lukemelia](https://github.com/lukemelia)) + +#### :bug: Bug Fix +* [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/5) Update addon name ([@lukemelia](https://github.com/lukemelia)) + +#### Committers: 1 +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) + ## v1.0.2 (2023-11-28) ## v1.0.1 (2023-11-28) diff --git a/package.json b/package.json index 07f527a..53a0f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-smart-compress", - "version": "1.0.2", + "version": "2.0.0", "description": "Ember CLI Deploy plugin to compress files in gzip or brotli automatically depending on supported browsers (forked from Dockyard)", "keywords": [ "ember-addon",