Skip to content

Commit

Permalink
Merge pull request #1187 from timbeadle/release-10.0.0
Browse files Browse the repository at this point in the history
Release 10.0.0
  • Loading branch information
timbeadle authored Oct 26, 2023
2 parents 403e07a + 130c6b6 commit dbc78db
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [10.0.0] - 2023-10-26
### Added
- .github/workflows/codeql.yml
- versioning-strategy: increase

### Updated
- @snyk/protect@1.1237.0
- [email protected]
- [email protected]
- [email protected]
- **Volta**: [email protected]
- **Volta**: [email protected]
- **Github**: actions/setup-node@v4

### Removed
- Breaking: NodeJS support <18
- NodeJS 16.x test run

## [9.0.0] - 2023-09-26
### Updated
- [email protected]
Expand Down Expand Up @@ -294,6 +312,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
- TravisCI build badge.

[10.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/9.0.0...10.0.0
[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
Expand Down
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": "9.0.0",
"version": "10.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 dbc78db

Please sign in to comment.