Skip to content

Commit 7b4ce70

Browse files
committed
v1.4.2.
1 parent 3c020ff commit 7b4ce70

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.4.2:
2+
date: 2017-05-20
3+
changes:
4+
- Update archiver to v1.3.0.
15
v1.4.1:
26
date: 2017-01-20
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Compress files and folders
44
@@ -273,6 +273,7 @@ compress: {
273273

274274
## Release History
275275

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

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

320-
*This file was generated on Fri Jan 20 2017 00:08:45.*
321+
*This file was generated on Sat May 20 2017 00:39:54.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-compress",
33
"description": "Compress files and folders",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)