Skip to content

Commit f8d24fc

Browse files
committed
changelog
1 parent 0bd3211 commit f8d24fc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.5.1:
2+
date: 2015-02-20
3+
changes:
4+
- Fix path issues with Source Maps on Windows.
15
v0.5.0:
26
date: 2014-07-19
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-concat v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/l42173901ms416km/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat/branch/master)
1+
# grunt-contrib-concat v0.5.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/l42173901ms416km/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat/branch/master)
22

33
> Concatenate files.
44
@@ -281,6 +281,7 @@ grunt.initConfig({
281281

282282
## Release History
283283

284+
* 2015-02-20   v0.5.1   Fix path issues with Source Maps on Windows.
284285
* 2014-07-19   v0.5.0   Adds sourceMap option.
285286
* 2014-03-21   v0.4.0   README updates. Output updates.
286287
* 2013-04-25   v0.3.0   Add option to process files with a custom function.
@@ -296,4 +297,4 @@ grunt.initConfig({
296297

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

299-
*This file was generated on Wed Feb 18 2015 22:55:48.*
300+
*This file was generated on Fri Feb 20 2015 10:39:55.*

0 commit comments

Comments
 (0)