Skip to content

Commit bdb86a6

Browse files
committed
9.1.0
1 parent 844a876 commit bdb86a6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v9.1.0:
2+
date: 2024-07-06
3+
changes:
4+
- Add Node.js 22, specify cache for CI.
15
v9.0.0:
26
date: 2023-07-23
37
changes:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
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+
* 2024-07-06   v9.1.0   Add Node.js 22, specify cache for CI.
3839
* 2023-07-23   v9.0.0   Drop Node.js 14.
3940
* 2023-04-30   v8.1.0   Add Node.js 20. Update dependencies.
4041
* 2022-10-21   v8.0.0   Drop node 12, test on node 18. Update dependencies.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)