Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.0.0 #1112

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [email protected]
- Volta pin [email protected], [email protected]

### 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/[email protected]
Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion 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": "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",
Expand Down