Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson committed Nov 22, 2021
1 parent 52a0e4b commit dbc8a88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.1 (2021-11-22)

#### :bug: Bug Fix
* [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/53) Fix invalid atime being set ([@jrjohnson](https://github.com/jrjohnson))

#### Committers: 1
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))

## 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
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": "2.0.0",
"version": "2.0.1",
"description": "Ember CLI Deploy plugin to gzip files.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit dbc8a88

Please sign in to comment.