Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 6, 2024
1 parent 844a876 commit bdb86a6
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 @@
v9.1.0:
date: 2024-07-06
changes:
- Add Node.js 22, specify cache for CI.
v9.0.0:
date: 2023-07-23
changes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-internal v9.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 v9.1.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
Expand Down Expand Up @@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

## Release History

* 2024-07-06   v9.1.0   Add Node.js 22, specify cache for CI.
* 2023-07-23   v9.0.0   Drop Node.js 14.
* 2023-04-30   v8.1.0   Add Node.js 20. Update dependencies.
* 2022-10-21   v8.0.0   Drop node 12, test on node 18. Update dependencies.
Expand Down
4 changes: 2 additions & 2 deletions 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": "9.0.0",
"version": "9.1.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand Down

0 comments on commit bdb86a6

Please sign in to comment.