diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b5c68f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index fe7e6ec..ccf3427 100644 --- a/package.json +++ b/package.json @@ -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 (https://gulpjs.com/)", "contributors": [],