Skip to content

Commit 5aefbce

Browse files
committed
Update uglify-js to v3.1.0.
1 parent 2773e7e commit 5aefbce

23 files changed

+28
-23
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.1.0:
2+
date: 2017-09-11
3+
changes:
4+
- Update uglify-js to v3.1.0.
15
v3.0.1:
26
date: 2017-05-20
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.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)
1+
# grunt-contrib-uglify v3.1.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)
22

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

526526
## Release History
527527

528+
* 2017-09-11   v3.1.0   Update uglify-js to v3.1.0.
528529
* 2017-05-20   v3.0.1   Fix toplevel option.
529530
* 2017-05-12   v3.0.0   Update uglify-js to v3.0.4.
530531
* 2017-04-05   v2.3.0   Make CLI output less verbose.
@@ -570,4 +571,4 @@ grunt.initConfig({
570571

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

573-
*This file was generated on Sat May 20 2017 19:52:43.*
574+
*This file was generated on Mon Sep 11 2017 13:21:40.*

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.1",
4+
"version": "3.1.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

test/fixtures/expected/deep/directory/location/source_map.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/expected/mangleprops.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/expected/mangleprops_withExcept.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/expected/mangleprops_withExceptAndExceptionsFiles.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/expected/mangleprops_withExceptionsFiles.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var n={n:function(n){n++},o:function(){},t:function(){}},o=function(){},t=function(){};
1+
var n={n:function(n){0},o:function(){},t:function(){}},o=function(){},t=function(){};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var a=10;n.n(a);
1+
var m=10;n.n(m);

0 commit comments

Comments
 (0)