From 2773e7ea1332d12bd17fed8f186aa196f04caea3 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Sat, 20 May 2017 19:56:03 +0800 Subject: [PATCH] v3.0.1. --- CHANGELOG | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 631e1b3c..c5f8f928 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v3.0.1: + date: 2017-05-20 + changes: + - Fix toplevel option. v3.0.0: date: 2017-05-12 changes: diff --git a/README.md b/README.md index 5a6342a7..591fb1c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-uglify v3.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 v3.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 @@ -525,6 +525,7 @@ grunt.initConfig({ ## Release History + * 2017-05-20   v3.0.1   Fix toplevel option. * 2017-05-12   v3.0.0   Update uglify-js to v3.0.4. * 2017-04-05   v2.3.0   Make CLI output less verbose. * 2017-03-31   v2.2.1   Fix banner option. @@ -569,4 +570,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com) -*This file was generated on Fri May 12 2017 15:02:06.* +*This file was generated on Sat May 20 2017 19:52:43.* diff --git a/package.json b/package.json index 789f1f74..909f6818 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-uglify", "description": "Minify JavaScript files with UglifyJS", - "version": "3.0.0", + "version": "3.0.1", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"