Skip to content

Commit 535c80e

Browse files
committed
v5.0.2
1 parent a98b6ed commit 535c80e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.0.2:
2+
date: 2020-12-30
3+
changes:
4+
- Update CI config.
15
v5.0.1:
26
date: 2020-09-09
37
changes:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
3535

3636
## Release History
3737

38+
* 2020-12-30   v5.0.2   Update CI config.
3839
* 2020-09-09   v5.0.1   Update dependencies.
3940
* 2020-07-04   v5.0.0   Switch to GitHub Actions CI. Drop Node.js 8.x. Add Node.js 14.x. Update dependencies.
4041
* 2019-10-10   v4.0.1   Use esversion 6 instead of the deprecated esnext option.
@@ -68,4 +69,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6869

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

71-
*This file was generated on Wed Sep 09 2020 16:12:24.*
72+
*This file was generated on Wed Dec 30 2020 15:53:16.*

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-internal",
33
"description": "Internal tasks for managing the grunt-contrib projects",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)