Skip to content

Commit 21a55fb

Browse files
committed
v1.4.1.
1 parent ee14204 commit 21a55fb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
v1.4.1:
2+
date: 2017-01-20
3+
changes:
4+
- Make brotli support optional.
15
v1.4.0:
26
date: 2017-01-18
37
changes:
4-
- Add support for `brotli`
8+
- Add support for brotli.
59
v1.3.0:
610
date: 2016-05-24
711
changes:

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-compress v1.4.0 [![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.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)
22

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

274274
## Release History
275275

276-
* 2017-01-18   v1.4.0   Add support for `brotli`
276+
* 2017-01-20   v1.4.1   Make brotli support optional.
277+
* 2017-01-18   v1.4.0   Add support for brotli.
277278
* 2016-05-24   v1.3.0   Update archiver to v1.0. Fix node 6 support.
278279
* 2016-03-24   v1.2.0   Dependency update.
279280
* 2016-03-08   v1.1.1   Fix verbose output.
@@ -316,4 +317,4 @@ compress: {
316317

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

319-
*This file was generated on Wed Jan 18 2017 22:23:26.*
320+
*This file was generated on Fri Jan 20 2017 00:08:45.*

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.0",
4+
"version": "1.4.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)