Skip to content

Commit b077b20

Browse files
committed
v7.0.0
1 parent a9a3d4e commit b077b20

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v7.0.0:
2+
date: 2021-07-08
3+
changes:
4+
- Update GitHub Actions config.
5+
- Update dependencies.
16
v6.0.1:
27
date: 2021-02-15
38
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v6.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)
1+
# grunt-contrib-internal v7.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)
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+
* 2021-07-08   v7.0.0   Update GitHub Actions config. Update dependencies.
3839
* 2021-02-15   v6.0.1   Update GitHub Actions config.
3940
* 2020-12-30   v6.0.0   Update dependencies.
4041
* 2020-12-30   v5.0.2   Update CI config.
@@ -71,4 +72,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
7172

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

74-
*This file was generated on Mon Feb 15 2021 07:17:32.*
75+
*This file was generated on Thu Jul 08 2021 18:09:15.*

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

0 commit comments

Comments
 (0)