Skip to content

Commit 2773e7e

Browse files
committed
v3.0.1.
1 parent 85a1ac3 commit 2773e7e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.0.1:
2+
date: 2017-05-20
3+
changes:
4+
- Fix toplevel option.
15
v3.0.0:
26
date: 2017-05-12
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Minify JavaScript files with UglifyJS
44
@@ -525,6 +525,7 @@ grunt.initConfig({
525525

526526
## Release History
527527

528+
* 2017-05-20   v3.0.1   Fix toplevel option.
528529
* 2017-05-12   v3.0.0   Update uglify-js to v3.0.4.
529530
* 2017-04-05   v2.3.0   Make CLI output less verbose.
530531
* 2017-03-31   v2.2.1   Fix banner option.
@@ -569,4 +570,4 @@ grunt.initConfig({
569570

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

572-
*This file was generated on Fri May 12 2017 15:02:06.*
573+
*This file was generated on Sat May 20 2017 19:52:43.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-uglify",
33
"description": "Minify JavaScript files with UglifyJS",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)