Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Nov 24, 2020
1 parent 65bc3c1 commit 9a5eb6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9a5eb6f

Please sign in to comment.