From fe967c8e2235a0efd1d682459ce33940b92a0e6a Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Wed, 16 Mar 2016 10:51:49 -0400 Subject: [PATCH] v1.0.1 --- CHANGELOG | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 019ed1c3..cd7175e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.0.1: + date: 2016-03-16 + changes: + - downgrade maxmin for node 0.10 v1.0.0: date: 2016-03-04 changes: diff --git a/README.md b/README.md index 3247137a..0e2c3c1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-uglify v1.0.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) +# grunt-contrib-uglify v1.0.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) > Minify javascript files with UglifyJS @@ -517,6 +517,7 @@ grunt.initConfig({ ## Release History + * 2016-03-16   v1.0.1   downgrade maxmin for node 0.10 * 2016-03-04   v1.0.0   Use uglify-js ~2.6.2 to fix sourcemap issue. Improving docs for global-defs and --define options. Add 'sourceMapUrl' option. add bare_returns option. Optionally set report verbosity level using report option. * 2016-01-29   v0.11.1   switch to lodash ^4.0.1 switch to grunt-contrib-clean ^0.7.0 switch to grunt-contrib-jshint ^0.12.0 * 2015-11-20   v0.11.0   switch to uglify ~2.6.0 @@ -553,4 +554,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com) -*This file was generated on Fri Mar 04 2016 12:46:01.* +*This file was generated on Wed Mar 16 2016 10:51:38.* diff --git a/package.json b/package.json index 6ac567b1..04165458 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-uglify", "description": "Minify javascript files with UglifyJS", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"