Skip to content

Commit fe967c8

Browse files
committed
v1.0.1
1 parent 55f56ae commit fe967c8

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+
v1.0.1:
2+
date: 2016-03-16
3+
changes:
4+
- downgrade maxmin for node 0.10
15
v1.0.0:
26
date: 2016-03-04
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 v1.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 v1.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
@@ -517,6 +517,7 @@ grunt.initConfig({
517517

518518
## Release History
519519

520+
* 2016-03-16   v1.0.1   downgrade maxmin for node 0.10
520521
* 2016-03-04   v1.0.0   Use uglify-js ~2.6.2 to fix sourcemap issue. Improving docs for global-defs and --define options. Add 'sourceMapUrl' option. add bare_returns option. Optionally set report verbosity level using report option.
521522
* 2016-01-29   v0.11.1   switch to lodash ^4.0.1 switch to grunt-contrib-clean ^0.7.0 switch to grunt-contrib-jshint ^0.12.0
522523
* 2015-11-20   v0.11.0   switch to uglify ~2.6.0
@@ -553,4 +554,4 @@ grunt.initConfig({
553554

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

556-
*This file was generated on Fri Mar 04 2016 12:46:01.*
557+
*This file was generated on Wed Mar 16 2016 10:51:38.*

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

0 commit comments

Comments
 (0)