Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Nov 20, 2015
1 parent 13e95a2 commit 1deb3be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v0.11.0:
date: 2015-11-20
changes:
- switch to uglify ~2.6.0
v0.10.1:
date: 2015-11-12
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-uglify v0.10.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)
# grunt-contrib-uglify v0.11.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)

> Minify files with UglifyJS
Expand Down Expand Up @@ -511,6 +511,7 @@ grunt.initConfig({

## Release History

* 2015-11-20   v0.11.0   switch to uglify ~2.6.0
* 2015-11-12   v0.10.1   switch to uglify ~2.5
* 2015-10-27   v0.10.0   bump to uglify ^2.5
* 2015-08-24   v0.9.2   bump to uglify ^2.4.24
Expand Down Expand Up @@ -544,4 +545,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Thu Nov 12 2015 09:48:34.*
*This file was generated on Fri Nov 20 2015 14:05:29.*
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-uglify",
"description": "Minify files with UglifyJS",
"version": "0.10.1",
"version": "0.11.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 1deb3be

Please sign in to comment.