Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 4, 2020
1 parent ea311cf commit 54a4274
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v5.0.0:
date: 2020-07-04
changes:
- Switch to GitHub Actions CI.
- Drop Node.js 8.x.
- Add Node.js 14.x.
- Update dependencies.
v4.0.1:
date: 2019-10-10
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-internal v4.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)
# grunt-contrib-internal v5.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-internal/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-internal/actions?workflow=Tests)

> Internal tasks for managing the grunt-contrib projects
Expand Down Expand Up @@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

## Release History

* 2020-07-04   v5.0.0   Switch to GitHub Actions CI. Drop Node.js 8.x. Add Node.js 14.x. Update dependencies.
* 2019-10-10   v4.0.1   Use esversion 6 instead of the deprecated esnext option.
* 2019-09-27   v4.0.0   Drop Node.js 6. Add Node.js 12. Tweak CI configs.
* 2018-07-28   v3.1.0   Add Node.js 10.
Expand Down Expand Up @@ -66,4 +67,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

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

*This file was generated on Mon Dec 16 2019 23:12:56.*
*This file was generated on Sat Jul 04 2020 23:30:47.*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "grunt-contrib-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "4.0.1",
"version": "5.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-internal",
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"test": "grunt test"
Expand Down

2 comments on commit 54a4274

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

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

@vladikoff please npm publish this; I don't have publish rights on npm.

@vladikoff
Copy link
Member

@vladikoff vladikoff commented on 54a4274 Jul 7, 2020 via email

Choose a reason for hiding this comment

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

Please sign in to comment.