From 21a55fba21158d02aa004f0d47d904039bb1ee8f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 20 Jan 2017 00:09:08 +0200 Subject: [PATCH] v1.4.1. --- CHANGELOG | 6 +++++- README.md | 7 ++++--- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d13af51..4ce002b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index 3c6f1aa..332a701 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -316,4 +317,4 @@ compress: { Task submitted by [Chris Talkington](http://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.* diff --git a/package.json b/package.json index ff4d3af..7ca6ccc 100644 --- a/package.json +++ b/package.json @@ -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://gruntjs.com/"