Skip to content

Commit

Permalink
Merge pull request #192 from gruntjs/release-2
Browse files Browse the repository at this point in the history
Release docs
  • Loading branch information
vladikoff committed Oct 8, 2021
2 parents 63a42a8 + 2f2aeff commit de2b0e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
v2.0.0:
date: 2021-10-07
changes:
- Update dependencies
- Requires node.js v12+
v1.0.1:
date: 2016-04-20
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-concat v1.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-concat/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-concat/actions?workflow=Tests)
# grunt-contrib-concat v2.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-concat/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-concat/actions?workflow=Tests)

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

## Release History

* 2021-10-07   v2.0.0   Update dependencies Requires node.js v12+
* 2016-04-20   v1.0.1   Fix for concatenating multiple source map files.
* 2016-02-20   v1.0.0   Update source-map to 0.5.3. Tag Grunt as peerDep to >=0.4.0. Make source maps generation a little faster. Add `charset:utf-8` to `sourceMappingURL`.
* 2015-02-20   v0.5.1   Fix path issues with source maps on Windows.
Expand All @@ -298,4 +299,4 @@ grunt.initConfig({

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

*This file was generated on Thu Oct 07 2021 23:00:09.*
*This file was generated on Thu Oct 07 2021 23:04:00.*
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "gruntjs/grunt-contrib-concat",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},
"main": "tasks/concat.js",
"scripts": {
Expand Down

0 comments on commit de2b0e9

Please sign in to comment.