From 73b8eb7c3cf15ea1fced638016892c7ebf351942 Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Mon, 2 Sep 2013 11:40:50 -0700 Subject: [PATCH] updated changelog, .gitignore --- .gitignore | 1 + CHANGELOG | 8 ++++++++ README.md | 4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b785247e..9a1b41ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules npm-debug.log tmp +.idea diff --git a/CHANGELOG b/CHANGELOG index ca9ace61..1eba9621 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index 3249c932..249864a6 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.