diff --git a/CHANGELOG b/CHANGELOG index c86af66..e25301d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.1.0: + date: 2016-03-04 + changes: + - Add ability to replace file in the same location. v1.0.0: date: 2016-02-15 changes: diff --git a/README.md b/README.md index 0ef69b4..7fa15b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-compress v1.0.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.1.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) > Compress files and folders @@ -189,6 +189,7 @@ compress: { ## Release History + * 2016-03-04   v1.1.0   Add ability to replace file in the same location. * 2016-02-15   v1.0.0   Update archiver, chalk and pretty-bytes. * 2015-10-23   v0.14.0   change to verbose output dependency updates Archiver 0.16 * 2014-12-25   v0.13.0   Update archiver to v0.13 small fixes @@ -227,4 +228,4 @@ compress: { Task submitted by [Chris Talkington](http://christalkington.com/) -*This file was generated on Mon Feb 15 2016 22:23:25.* +*This file was generated on Fri Mar 04 2016 17:02:42.* diff --git a/package.json b/package.json index 4f511a0..a5ecc80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-compress", "description": "Compress files and folders", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" @@ -32,9 +32,6 @@ "tar": "^2.2.1", "unzip": "^0.1.5" }, - "peerDependencies": { - "grunt": ">=0.4.5" - }, "keywords": [ "gruntplugin", "compress",