Skip to content

Commit

Permalink
v1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 19, 2017
1 parent ee14204 commit 21a55fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
v1.4.1:
date: 2017-01-20
changes:
- Make brotli support optional.
v1.4.0:
date: 2017-01-18
changes:
- Add support for `brotli`
- Add support for brotli.
v1.3.0:
date: 2016-05-24
changes:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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

## Release History

* 2017-01-18   v1.4.0   Add support for `brotli`
* 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.
* 2016-03-24   v1.2.0   Dependency update.
* 2016-03-08   v1.1.1   Fix verbose output.
Expand Down Expand Up @@ -316,4 +317,4 @@ compress: {

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

*This file was generated on Wed Jan 18 2017 22:23:26.*
*This file was generated on Fri Jan 20 2017 00:08:45.*
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.0",
"version": "1.4.1",
"author": {
"name": "Grunt Team",
"url": "http:https://gruntjs.com/"
Expand Down

0 comments on commit 21a55fb

Please sign in to comment.