Skip to content

Commit de2b0e9

Browse files
authored
Merge pull request #192 from gruntjs/release-2
Release docs
2 parents 63a42a8 + 2f2aeff commit de2b0e9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.0.0:
2+
date: 2021-10-07
3+
changes:
4+
- Update dependencies
5+
- Requires node.js v12+
16
v1.0.1:
27
date: 2016-04-20
38
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 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)
1+
# 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)
22

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

281281
## Release History
282282

283+
* 2021-10-07   v2.0.0   Update dependencies Requires node.js v12+
283284
* 2016-04-20   v1.0.1   Fix for concatenating multiple source map files.
284285
* 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`.
285286
* 2015-02-20   v0.5.1   Fix path issues with source maps on Windows.
@@ -298,4 +299,4 @@ grunt.initConfig({
298299

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

301-
*This file was generated on Thu Oct 07 2021 23:00:09.*
302+
*This file was generated on Thu Oct 07 2021 23:04:00.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": "gruntjs/grunt-contrib-concat",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=0.10.0"
12+
"node": ">=0.12.0"
1313
},
1414
"main": "tasks/concat.js",
1515
"scripts": {

0 commit comments

Comments
 (0)