Skip to content

Commit

Permalink
Merge pull request #1452 from timbeadle/release-11.0.0
Browse files Browse the repository at this point in the history
Release 11.0.0
  • Loading branch information
timbeadle authored Oct 15, 2024
2 parents 99ff2a6 + e5022ca commit 3cc0c82
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [email protected]
- [email protected]
- Volta: pin [email protected], [email protected]

### 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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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,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",
Expand Down

0 comments on commit 3cc0c82

Please sign in to comment.