-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,22 @@ | |
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](https://semver.org/). | ||
|
||
## [8.0.0] - 2023-03-17 | ||
### Added | ||
- Version support matrix | ||
|
||
### Updated | ||
- `sync` is now imported directly from `glob` | ||
- @snyk/protect@1.1120.0 | ||
- @types/glob@8.1.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
### Removed | ||
- Breaking: NodeJS support <14.17 | ||
|
||
## [7.0.1] - 2023-03-15 | ||
### Updated | ||
- @snyk/protect@1.1118.0 | ||
|
@@ -487,6 +503,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). | |
- grunt for task running. | ||
- grunt-release for releasing tagged versions. | ||
|
||
[8.0.0]: https://github.com/timbeadle/cfpathcheck/compare/7.0.1...8.0.0 | ||
[7.0.1]: https://github.com/timbeadle/cfpathcheck/compare/7.0.0...7.0.1 | ||
[7.0.0]: https://github.com/timbeadle/cfpathcheck/compare/6.0.0...7.0.0 | ||
[6.0.0]: https://github.com/timbeadle/cfpathcheck/compare/5.0.2...6.0.0 | ||
|