Skip to content

Commit 90db406

Browse files
committed
2.1.0.
1 parent 3736268 commit 90db406

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.1.0:
2+
date: 2017-02-08
3+
changes:
4+
- Show size changes in output. Switch to `object.assign`.
15
v2.0.0:
26
date: 2016-07-19
37
changes:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-uglify v2.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 v2.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
@@ -518,6 +518,7 @@ grunt.initConfig({
518518

519519
## Release History
520520

521+
* 2017-02-08   v2.1.0   Show size changes in output. Switch to `object.assign`.
521522
* 2016-07-19   v2.0.0   Update uglify-js to v2.7.0. `screwIE8` is enabled by default.
522523
* 2016-07-19   v1.0.2   Update grunt to ^1.0.0. Fix `beautify` when passed as an object. Fix docs about `report` values.
523524
* 2016-03-16   v1.0.1   Downgrade maxmin for Node.js 0.10.
@@ -557,4 +558,4 @@ grunt.initConfig({
557558

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

560-
*This file was generated on Mon Aug 15 2016 15:14:40.*
561+
*This file was generated on Wed Feb 08 2017 11:06:25.*

package.json

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

0 commit comments

Comments
 (0)