Skip to content

Commit

Permalink
0.5.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jul 20, 2014
1 parent d558df6 commit aa16ecf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
16 changes: 16 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
"Cowboy" Ben Alman (http://benalman.com/)
Tyler Kellen (http://goingslowly.com/)
Dan Wolff (http://danwolff.se/)
Kyle Robinson Young
Vlad Filippov
XhmikosR
Steven Benner
Sindre Sorhus
Michael "Z" Goddard
GilbertSun
cbotsikas
Timo Tijhof
Piotr Yordanov
Nick Schonning
MarcelloDiSimone
Manuel Razzari
Joshua Appelman
Jacob Gable
Brady Wetherington
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.5.0:
date: 2014-07-19
changes:
- Adds sourceMap option.
v0.4.0:
date: 2014-03-21
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-concat v0.5.0-pre [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat"><img src="https://ci.appveyor.com/api/projects/status/43qbw6jsp3rb2rh6/branch/master" alt="Build Status: Windows" height="18" /></a>
# grunt-contrib-concat v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat"><img src="https://ci.appveyor.com/api/projects/status/43qbw6jsp3rb2rh6/branch/master" alt="Build Status: Windows" height="18" /></a>

> Concatenate files.
Expand Down Expand Up @@ -281,6 +281,7 @@ grunt.initConfig({

## Release History

* 2014-07-19   v0.5.0   Adds sourceMap option.
* 2014-03-21   v0.4.0   README updates. Output updates.
* 2013-04-25   v0.3.0   Add option to process files with a custom function.
* 2013-04-08   v0.2.0   Don't normalize separator to allow user to set LF even on a Windows environment.
Expand All @@ -295,4 +296,4 @@ grunt.initConfig({

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

*This file was generated on Sat Jul 19 2014 14:23:02.*
*This file was generated on Sat Jul 19 2014 19:25:49.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-concat",
"description": "Concatenate files.",
"version": "0.5.0-pre",
"version": "0.5.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-concat",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit aa16ecf

Please sign in to comment.