Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 15, 2021
1 parent 0b20937 commit d7c313e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v6.0.1:
date: 2021-02-15
changes:
- Update GitHub Actions config.
v6.0.0:
date: 2020-12-30
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 v6.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)
# 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)

> 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

* 2021-02-15   v6.0.1   Update GitHub Actions config.
* 2020-12-30   v6.0.0   Update dependencies.
* 2020-12-30   v5.0.2   Update CI config.
* 2020-09-09   v5.0.1   Update dependencies.
Expand Down Expand Up @@ -70,4 +71,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 Dec 30 2020 15:59:43.*
*This file was generated on Mon Feb 15 2021 07:17:32.*
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": "6.0.0",
"version": "6.0.1",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit d7c313e

Please sign in to comment.