-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c8aee92
commit b593a04
Showing
2 changed files
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [6.0.0](https://www.github.com/gulpjs/glob-watcher/compare/v5.0.5...v6.0.0) (2023-05-31) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Normalize repository, dropping node <10.13 support (#76) | ||
|
||
### Features | ||
|
||
* Drop just-debounce from dependencies ([cbb4b18](https://www.github.com/gulpjs/glob-watcher/commit/cbb4b18513ddaa3849692912c252c2e4eb33f0b4)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Normalize repository, dropping node <10.13 support ([#76](https://www.github.com/gulpjs/glob-watcher/issues/76)) ([cbb4b18](https://www.github.com/gulpjs/glob-watcher/commit/cbb4b18513ddaa3849692912c252c2e4eb33f0b4)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "glob-watcher", | ||
"version": "5.0.5", | ||
"version": "6.0.0", | ||
"description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.", | ||
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)", | ||
"contributors": [], | ||
|