Skip to content

Commit 9a5eb6f

Browse files
committed
Release 2.0.0
1 parent 65bc3c1 commit 9a5eb6f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 2.0.0 (2020-11-24)
4+
5+
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
6+
7+
#### :rocket: Enhancement
8+
* [#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))
9+
* [#30](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/30) Skip compressing already compressed font files ([@jrjohnson](https://github.com/jrjohnson))
10+
11+
#### :house: Internal
12+
* [#34](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/34) Update deps and add release-it ([@lukemelia](https://github.com/lukemelia))
13+
14+
#### Committers: 4
15+
- Claudio Bley ([@avdv](https://github.com/avdv))
16+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
17+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
18+
- The Game ([@chrisgame](https://github.com/chrisgame))
19+
320
## [v1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.1) (2017-10-11)
421
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v1.0.0...v1.0.1)
522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-gzip",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Ember CLI Deploy plugin to gzip files.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)