Skip to content

Commit b593a04

Browse files
authoredMay 31, 2023
chore: Release 6.0.0 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8aee92 commit b593a04

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [6.0.0](https://www.github.com/gulpjs/glob-watcher/compare/v5.0.5...v6.0.0) (2023-05-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Normalize repository, dropping node <10.13 support (#76)
9+
10+
### Features
11+
12+
* Drop just-debounce from dependencies ([cbb4b18](https://www.github.com/gulpjs/glob-watcher/commit/cbb4b18513ddaa3849692912c252c2e4eb33f0b4))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* 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))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glob-watcher",
3-
"version": "5.0.5",
3+
"version": "6.0.0",
44
"description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"contributors": [],

0 commit comments

Comments
 (0)
Please sign in to comment.