Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 4, 2016
1 parent 15f62b1 commit abcda60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.*
5 changes: 1 addition & 4 deletions 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.0.0",
"version": "1.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down Expand Up @@ -32,9 +32,6 @@
"tar": "^2.2.1",
"unzip": "^0.1.5"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin",
"compress",
Expand Down

0 comments on commit abcda60

Please sign in to comment.