Skip to content

Commit

Permalink
chore: Release 6.0.0 (gulpjs#82)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 31, 2023
1 parent c8aee92 commit b593a04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
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 <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [],
Expand Down

0 comments on commit b593a04

Please sign in to comment.