diff --git a/CHANGELOG b/CHANGELOG index 92cd5ed..c272da6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v6.0.1: + date: 2021-02-15 + changes: + - Update GitHub Actions config. v6.0.0: date: 2020-12-30 changes: diff --git a/README.md b/README.md index 1e63a8b..c76b40e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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.* diff --git a/package-lock.json b/package-lock.json index e7cc5ee..0367e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-contrib-internal", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 98fa97e..ed33cef 100644 --- a/package.json +++ b/package.json @@ -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/"