diff --git a/CHANGELOG.md b/CHANGELOG.md index d6555ded..26d3f757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # gulp changelog +## [5.0.0](https://www.github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0) (2024-03-25) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#2758) + +### Features + +* Support `.cjs` extension for gulpfiles ([72668c6](https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d)) + + +### Bug Fixes + +* Ensure watch allows japanese characters in globs ([72668c6](https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d)) +* Ensure watch does not trigger on negated globs ([72668c6](https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d)) + + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#2758](https://www.github.com/gulpjs/gulp/issues/2758)) ([72668c6](https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d)) + ## 4.0.0 ### Task system changes diff --git a/package.json b/package.json index b335a134..239c5c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp", - "version": "4.0.2", + "version": "5.0.0", "description": "The streaming build system.", "homepage": "https://gulpjs.com", "author": "Gulp Team (https://gulpjs.com/)",