Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Nov 9, 2013
1 parent 8d7b0a8 commit f9735a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
v0.2.6:
v0.2.7:
date: 2013-11-09
changes:
- prepending banner if sourceMap option not set, addresses #109
v0.2.6:
date: 2013-11-08
changes:
- merged 45, 53, 85 (105 by way of duping 53)
- Added support for banners in uglified files with sourcemaps
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-uglify v0.2.5 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify)
# grunt-contrib-uglify v0.2.6 [![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 @@ -365,7 +365,8 @@ grunt.initConfig({

## Release History

* 2013-11-09   v0.2.6   merged 45, 53, 85 (105 by way of duping 53) Added support for banners in uglified files with sourcemaps Updated docs
* 2013-11-09   v0.2.7   prepending banner if sourceMap option not set, addresses
* 2013-11-08   v0.2.6   merged 45, 53, 85 (105 by way of duping 53) Added support for banners in uglified files with sourcemaps Updated docs
* 2013-10-28   v0.2.5   Added warning for banners when using sourcemaps
* 2013-09-02   v0.2.4   updated sourcemap format via /83
* 2013-06-10   v0.2.3   added footer option
Expand All @@ -382,4 +383,4 @@ grunt.initConfig({

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

*This file was generated on Fri Nov 08 2013 16:45:13.*
*This file was generated on Sat Nov 09 2013 12:42:05.*

0 comments on commit f9735a3

Please sign in to comment.