Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3feda0

Browse files
committedSep 9, 2020
v5.0.1
1 parent 8ad816e commit d3feda0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed
 

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.0.1:
2+
date: 2020-09-09
3+
changes:
4+
- Update dependencies.
15
v5.0.0:
26
date: 2020-07-04
37
changes:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# grunt-contrib-internal v5.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)
22

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

3636
## Release History
3737

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

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

70-
*This file was generated on Sat Jul 04 2020 23:30:47.*
71+
*This file was generated on Wed Sep 09 2020 16:12:24.*

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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.0",
4+
"version": "5.0.1",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

2 commit comments

Comments
 (2)

XhmikosR commented on Sep 9, 2020

@XhmikosR
MemberAuthor

@vladikoff please npm publish this. BTW you could just give me npm push rights in this repo too to speed things up :)

vladikoff commented on Sep 9, 2020

@vladikoff
Member
Please sign in to comment.