From 1deb3bee81bc766837648a71b2375dfb86147d4b Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Fri, 20 Nov 2015 15:20:21 -0800 Subject: [PATCH] v0.11.0 --- CHANGELOG | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 42f31902..265d7299 100644 --- a/CHANGELOG +++ b/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: diff --git a/README.md b/README.md index db256fde..824a2c4e 100644 --- a/README.md +++ b/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 @@ -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 @@ -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.* diff --git a/package.json b/package.json index 201131d8..b47a7a61 100644 --- a/package.json +++ b/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/"