Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release docs #192

Merged
merged 1 commit into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.0.0:
date: 2021-10-07
changes:
- Update dependencies
- Requires node.js v12+
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is wrong, in engines node v0.12.0+ is defined 😏

v1.0.1:
date: 2016-04-20
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 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
Original file line number Diff line number Diff line change
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