Skip to content

Commit

Permalink
Release 9.0.0 (#57)
Browse files Browse the repository at this point in the history
* Drop node 14

* 9.0.0
  • Loading branch information
Krinkle authored Jul 27, 2023
1 parent 8d9170b commit 696eee3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [14, 16, 18, 20]
node: [16, 18, 20]

steps:
- name: Clone repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v9.0.0:
date: 2023-07-23
changes:
- Drop Node.js 14.
v8.1.0:
date: 2023-04-30
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 v8.0.2 [![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.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
Expand Down Expand Up @@ -35,6 +35,7 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist

## Release History

* 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.
* 2021-07-08   v7.0.0   Update GitHub Actions config. Update dependencies.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "grunt-contrib-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "8.1.0",
"version": "9.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-internal",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 696eee3

Please sign in to comment.