diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3cb30..b3a6a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 2.0.0 (2020-11-24) + +There are two changes that are potentially (though unlikely to be) BREAKING: woff and woff2 files are no longer compressed by default, and compressed file modification times now preserve the modification times of the original file + +#### :rocket: Enhancement +* [#33](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/33) Keep modification time the same as the original file ([@avdv](https://github.com/avdv)) +* [#30](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/30) Skip compressing already compressed font files ([@jrjohnson](https://github.com/jrjohnson)) + +#### :house: Internal +* [#34](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/34) Update deps and add release-it ([@lukemelia](https://github.com/lukemelia)) + +#### Committers: 4 +- Claudio Bley ([@avdv](https://github.com/avdv)) +- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson)) +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- The Game ([@chrisgame](https://github.com/chrisgame)) + ## [v1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.1) (2017-10-11) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v1.0.0...v1.0.1) diff --git a/package.json b/package.json index c358f40..8749feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-gzip", - "version": "1.0.1", + "version": "2.0.0", "description": "Ember CLI Deploy plugin to gzip files.", "directories": { "doc": "doc",