Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 30, 2020
1 parent a98b6ed commit 535c80e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v5.0.2:
date: 2020-12-30
changes:
- Update CI config.
v5.0.1:
date: 2020-09-09
changes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

## Release History

* 2020-12-30   v5.0.2   Update CI config.
* 2020-09-09   v5.0.1   Update dependencies.
* 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.
Expand Down Expand Up @@ -68,4 +69,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

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

*This file was generated on Wed Sep 09 2020 16:12:24.*
*This file was generated on Wed Dec 30 2020 15:53:16.*
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.

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-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "5.0.1",
"version": "5.0.2",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit 535c80e

Please sign in to comment.