From 4485a061e9c294240bbc9d86c0e44fb6d4630ec1 Mon Sep 17 00:00:00 2001 From: Tim Beadle Date: Tue, 26 Sep 2023 17:05:25 +0100 Subject: [PATCH 1/3] 9.0.0 Release notes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b5df21..1a2c3f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [9.0.0] - 2023-09-26 +### Updated +- cfpathcheck@9.0.0 +- Volta pin node@16.20.2, npm@9.8.1 + +### Removed +- Breaking: NodeJS support <16.14 +- NodeJS 14.x, 14.17.x test runs +- .github/workflows/codeql.yml + ## [8.0.2] - 2023-09-26 ### Updated - @snyk/protect@1.1227.0 @@ -284,6 +294,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added - TravisCI build badge. +[9.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/8.0.2...9.0.0 [8.0.2]: https://github.com/timbeadle/grunt-cfpathcheck/compare/8.0.1...8.0.2 [8.0.1]: https://github.com/timbeadle/grunt-cfpathcheck/compare/8.0.0...8.0.1 [8.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/7.0.1...8.0.0 From 853751032d193693dcf2e06aea1b5f718297709d Mon Sep 17 00:00:00 2001 From: Tim Beadle Date: Tue, 26 Sep 2023 17:06:26 +0100 Subject: [PATCH 2/3] Add 9.x to version support matrix --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d54ab0b0..6c1e2f39 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,10 @@ See [CHANGELOG](https://github.com/timbeadle/grunt-cfpathcheck/blob/main/CHANGEL | 3.x | 8.0.0 | Obsolete | | 4.x | 12.0.0 | Obsolete | | 5.x | 12.0.0 | Obsolete | -| 6.x | 12.17.0 | Security | -| 7.x | 14.13.0 | Maintenance | -| 8.x | 14.17.0 | Current | +| 6.x | 12.17.0 | Obsolete | +| 7.x | 14.13.0 | Security | +| 8.x | 14.17.0 | Maintenance | +| 9.x | 16.14.0 | Current | ## License Copyright (c) 2015-2019 Tim Beadle. Licensed under the MIT license. From 54e3baace921aa76838a21923cef0b3a41cb558b Mon Sep 17 00:00:00 2001 From: Tim Beadle Date: Tue, 26 Sep 2023 17:08:03 +0100 Subject: [PATCH 3/3] Release 9.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2664a909..280fdc12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-cfpathcheck", - "version": "8.0.2", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 088401ca..98b8f463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-cfpathcheck", - "version": "8.0.2", + "version": "9.0.0", "description": "Grunt wrapper for cfpathcheck", "homepage": "https://github.com/timbeadle/grunt-cfpathcheck", "repository": "https://github.com/timbeadle/grunt-cfpathcheck",