diff --git a/CHANGELOG.md b/CHANGELOG.md index eea21bf7..6eb5a33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [11.0.0] - 2024-10-14 +### Added +- xo, config & annotations + +### Updated +- @snyk/protect@1.1293.1 +- cfpathcheck@11.0.0 +- ls-engines@0.9.3 +- Volta: pin node@20.18.0, npm@10.9.0 + +### Removed +- BREAKING: Minimum NodeJS version is now 20 +- eslint & config +- eslint-config-xo +- eslint-plugin-import +- eslint-plugin-redos + ## [10.1.0] - 2024-07-30 ### Added - NodeJS v22 test run @@ -355,6 +372,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added - TravisCI build badge. +[11.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/10.1.0...11.0.0 [10.1.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/10.0.3...10.1.0 [10.0.3]: https://github.com/timbeadle/grunt-cfpathcheck/compare/10.0.2...10.0.3 [10.0.2]: https://github.com/timbeadle/grunt-cfpathcheck/compare/10.0.1...10.0.2 diff --git a/README.md b/README.md index 442492a1..19dc3812 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,9 @@ See [CHANGELOG](https://github.com/timbeadle/grunt-cfpathcheck/blob/main/CHANGEL | 6.x | 12.17.0 | Obsolete | | 7.x | 14.13.0 | Obsolete | | 8.x | 14.17.0 | Obsolete | -| 9.x | 16.14.0 | Maintenance | -| 10.x | 18.0.0 | Current | +| 9.x | 16.14.0 | Obsolete | +| 10.x | 18.0.0 | Maintenance | +| 11.x | 20.0.0 | Current | ## License Copyright (c) 2015-2019 Tim Beadle. Licensed under the MIT license. diff --git a/package-lock.json b/package-lock.json index 8ee6986e..e33424a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-cfpathcheck", - "version": "10.1.0", + "version": "11.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grunt-cfpathcheck", - "version": "10.1.0", + "version": "11.0.0", "license": "MIT", "dependencies": { "@snyk/protect": "^1.1293.1", diff --git a/package.json b/package.json index 5f96ff36..8583abf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-cfpathcheck", - "version": "10.1.0", + "version": "11.0.0", "description": "Grunt wrapper for cfpathcheck", "homepage": "https://github.com/timbeadle/grunt-cfpathcheck", "repository": "https://github.com/timbeadle/grunt-cfpathcheck",