Skip to content

Commit dbc8a88

Browse files
committed
Release 2.0.1
1 parent 52a0e4b commit dbc8a88

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.1 (2021-11-22)
4+
5+
#### :bug: Bug Fix
6+
* [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/53) Fix invalid atime being set ([@jrjohnson](https://github.com/jrjohnson))
7+
8+
#### Committers: 1
9+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
10+
311
## 2.0.0 (2020-11-24)
412

513
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

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Ember CLI Deploy plugin to gzip files.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)