Skip to content

Commit 2562bb2

Browse files
committedNov 12, 2015
v0.10.1
1 parent 326f932 commit 2562bb2

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

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-uglify v0.10.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 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)
22

33
> Minify files with UglifyJS
44
@@ -511,6 +511,7 @@ grunt.initConfig({
511511

512512
## Release History
513513

514+
* 2015-11-12   v0.10.1   switch to uglify ~2.5
514515
* 2015-10-27   v0.10.0   bump to uglify ^2.5
515516
* 2015-08-24   v0.9.2   bump to uglify ^2.4.24
516517
* 2015-04-07   v0.9.1   more fixes for mangle options
@@ -543,4 +544,4 @@ grunt.initConfig({
543544

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

546-
*This file was generated on Tue Oct 27 2015 10:41:14.*
547+
*This file was generated on Thu Nov 12 2015 09:48:34.*

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

0 commit comments

Comments
 (0)
Please sign in to comment.