Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 5.0.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# gulp changelog

## [5.0.0](https://www.github.com/gifhuppp/gulp/compare/v4.0.2...v5.0.0) (2024-03-25)


### ⚠ BREAKING CHANGES

* Normalize repository, dropping node <10.13 support (#2758)

### Features

* Provide an ESM export ([#2760](https://www.github.com/gifhuppp/gulp/issues/2760)) ([b00de68](https://www.github.com/gifhuppp/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52))
* Support `.cjs` extension for gulpfiles ([72668c6](https://www.github.com/gifhuppp/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d))


### Bug Fixes

* Ensure watch allows japanese characters in globs ([72668c6](https://www.github.com/gifhuppp/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d))
* Ensure watch does not trigger on negated globs ([72668c6](https://www.github.com/gifhuppp/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#2758](https://www.github.com/gifhuppp/gulp/issues/2758)) ([72668c6](https://www.github.com/gifhuppp/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d))

## 4.0.0

### Task system changes
Expand Down
2 changes: 1 addition & 1 deletion 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 <team@gulpjs.com> (https://gulpjs.com/)",
Expand Down