diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1adba..8bde082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ + +## v2.0.1 (2023-09-05) + +#### :bug: Bug Fix +* [#303](https://github.com/ember-cli/ember-cli-clean-css/pull/303) Fix relative urls in css having incorrect urls post-minification ([@amk221](https://github.com/amk221)) + +#### Committers: 1 +- Andrew Kirwin ([@amk221](https://github.com/amk221)) + + ## v2.0.0 (2023-04-05) #### :boom: Breaking Change diff --git a/package.json b/package.json index 86754a6..afb8a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-clean-css", - "version": "2.0.0", + "version": "2.0.1", "description": "ember-cli addon to run clean-css on css files during build", "keywords": [ "ember-addon"