Skip to content

Commit

Permalink
v1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 19, 2017
1 parent 3c020ff commit 7b4ce70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.4.2:
date: 2017-05-20
changes:
- Update archiver to v1.3.0.
v1.4.1:
date: 2017-01-20
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-compress v1.4.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-compress.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/tiwbi1smm1j8aa5j/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-compress/branch/master)
# grunt-contrib-compress v1.4.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-compress.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/tiwbi1smm1j8aa5j/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-compress/branch/master)

> Compress files and folders
Expand Down Expand Up @@ -273,6 +273,7 @@ compress: {

## Release History

* 2017-05-20   v1.4.2   Update archiver to v1.3.0.
* 2017-01-20   v1.4.1   Make brotli support optional.
* 2017-01-18   v1.4.0   Add support for brotli.
* 2016-05-24   v1.3.0   Update archiver to v1.0. Fix node 6 support.
Expand Down Expand Up @@ -317,4 +318,4 @@ compress: {

Task submitted by [Chris Talkington](http:https://christalkington.com/)

*This file was generated on Fri Jan 20 2017 00:08:45.*
*This file was generated on Sat May 20 2017 00:39:54.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-compress",
"description": "Compress files and folders",
"version": "1.4.1",
"version": "1.4.2",
"author": {
"name": "Grunt Team",
"url": "http:https://gruntjs.com/"
Expand Down

0 comments on commit 7b4ce70

Please sign in to comment.