Skip to content

Commit 1deb3be

Browse files
committedNov 20, 2015
v0.11.0
1 parent 13e95a2 commit 1deb3be

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+
v0.11.0:
2+
date: 2015-11-20
3+
changes:
4+
- switch to uglify ~2.6.0
15
v0.10.1:
26
date: 2015-11-12
37
changes:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-uglify v0.10.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 v0.11.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 files with UglifyJS
44
@@ -511,6 +511,7 @@ grunt.initConfig({
511511

512512
## Release History
513513

514+
* 2015-11-20   v0.11.0   switch to uglify ~2.6.0
514515
* 2015-11-12   v0.10.1   switch to uglify ~2.5
515516
* 2015-10-27   v0.10.0   bump to uglify ^2.5
516517
* 2015-08-24   v0.9.2   bump to uglify ^2.4.24
@@ -544,4 +545,4 @@ grunt.initConfig({
544545

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

547-
*This file was generated on Thu Nov 12 2015 09:48:34.*
548+
*This file was generated on Fri Nov 20 2015 14:05:29.*

‎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 files with UglifyJS",
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)
Please sign in to comment.