Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 8, 2016
1 parent 94e8d8a commit 9dffe39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.1:
date: 2016-03-08
changes:
- Fix verbose output.
v1.1.0:
date: 2016-03-04
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.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)
# grunt-contrib-compress v1.1.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 @@ -189,6 +189,7 @@ compress: {

## Release History

* 2016-03-08   v1.1.1   Fix verbose output.
* 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
Expand Down Expand Up @@ -228,4 +229,4 @@ compress: {

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

*This file was generated on Fri Mar 04 2016 17:02:42.*
*This file was generated on Tue Mar 08 2016 16:45:17.*
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.1.0",
"version": "1.1.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 9dffe39

Please sign in to comment.