Skip to content

Commit

Permalink
updated changelog, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Sep 2, 2013
1 parent ed27a69 commit 73b8eb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
npm-debug.log
tmp
.idea
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.2.4:
date: 2013-09-02
changes:
- updated sourcemap format via /83
v0.2.3:
date: 2013-06-10
changes:
- added footer option
v0.2.2:
date: 2013-05-31
changes:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-uglify v0.2.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify)
# grunt-contrib-uglify [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify)

> Minify files with UglifyJS.
Expand Down Expand Up @@ -331,6 +331,8 @@ grunt.initConfig({

## Release History

* 2013-09-02   v0.2.4   updated sourcemap format via /83
* 2013-06-10   v0.2.3   added footer option
* 2013-05-31   v0.2.2   Reverted /56 due to /58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop
* 2013-05-22   v0.2.1   Bumped uglify to ~2.3.5 /55 /40 Changed sourcemappingUrl syntax /56 Disabled sorting of names for consistent mangling /44 Updated docs for sourceMapRoot /47 /25
* 2013-03-14   v0.2.0   No longer report gzip results by default. Support `report` option.
Expand Down

0 comments on commit 73b8eb7

Please sign in to comment.