diff --git a/CHANGELOG b/CHANGELOG index c272da6..1166f24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v7.0.0: + date: 2021-07-08 + changes: + - Update GitHub Actions config. + - Update dependencies. v6.0.1: date: 2021-02-15 changes: diff --git a/README.md b/README.md index c76b40e..f22f7f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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) > Internal tasks for managing the grunt-contrib projects @@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist ## Release History + * 2021-07-08   v7.0.0   Update GitHub Actions config. Update dependencies. * 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. @@ -71,4 +72,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist Task submitted by ["Cowboy" Ben Alman](http://benalman.com/) -*This file was generated on Mon Feb 15 2021 07:17:32.* +*This file was generated on Thu Jul 08 2021 18:09:15.* diff --git a/package-lock.json b/package-lock.json index 0198a0f..2e1fa0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-contrib-internal", - "version": "6.0.1", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90fa5cf..ced9780 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.1", + "version": "7.0.0", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/"