Skip to content

Commit e422eb1

Browse files
chore: Release 3.0.0 (#248)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f495154 commit e422eb1

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/gulpjs/gulp-cli/compare/v2.3.0...v3.0.0) (2024-03-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Only allow js variants for `.gulp` config files (#261)
9+
* Upgrade to Liftoff v5 and avoid merging flags/config/env (#259)
10+
* Remove support for alpha versions of gulp 4 (#255)
11+
* Remove `--verify` flag (#251)
12+
* Replace `--require` flag with `--preload`
13+
* Normalize repository, dropping node <10.13 support (#239)
14+
15+
### Features
16+
17+
* Add deprecated warning for gulplog v1 messages ([#266](https://www.github.com/gulpjs/gulp-cli/issues/266)) ([affeda9](https://www.github.com/gulpjs/gulp-cli/commit/affeda9e01569511cd34f1fe7f66d5ad75339624))
18+
* Add versioned handler for gulp v5 ([#265](https://www.github.com/gulpjs/gulp-cli/issues/265)) ([f06ff30](https://www.github.com/gulpjs/gulp-cli/commit/f06ff30eb6dfa7db0a3b2935a76d79609a54016e))
19+
* Support theming and translations via config files ([#260](https://www.github.com/gulpjs/gulp-cli/issues/260)) ([e16d675](https://www.github.com/gulpjs/gulp-cli/commit/e16d675606867a5a3a64c24e7fa48bb0a664723d))
20+
* Upgrade to Liftoff v5 and avoid merging flags/config/env ([#259](https://www.github.com/gulpjs/gulp-cli/issues/259)) ([ed86da7](https://www.github.com/gulpjs/gulp-cli/commit/ed86da75fddfe0965d9bcc0a299e74f961f50957))
21+
22+
23+
### Bug Fixes
24+
25+
* Ensure the logger is wired up before running liftoff ([#258](https://www.github.com/gulpjs/gulp-cli/issues/258)) ([36f05d5](https://www.github.com/gulpjs/gulp-cli/commit/36f05d5a8bb5c56437204a37f12fc4b2e31c5430))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* Normalize repository, dropping node <10.13 support ([#239](https://www.github.com/gulpjs/gulp-cli/issues/239)) ([3544dc6](https://www.github.com/gulpjs/gulp-cli/commit/3544dc65138c6409758c28e083ea1d93640246d8))
31+
* Only allow js variants for `.gulp` config files ([#261](https://www.github.com/gulpjs/gulp-cli/issues/261)) ([e5c7983](https://www.github.com/gulpjs/gulp-cli/commit/e5c79839e87154aa5bc5d8888eeba29314b17fc6))
32+
* Remove `--verify` flag ([#251](https://www.github.com/gulpjs/gulp-cli/issues/251)) ([7aeee5d](https://www.github.com/gulpjs/gulp-cli/commit/7aeee5d82e09099696f44fae25d315ef31c14030))
33+
* Remove support for alpha versions of gulp 4 ([#255](https://www.github.com/gulpjs/gulp-cli/issues/255)) ([cb03b9a](https://www.github.com/gulpjs/gulp-cli/commit/cb03b9a6698ead4537d77bd0478947366b7d29a6))
34+
* Replace `--require` flag with `--preload` ([3544dc6](https://www.github.com/gulpjs/gulp-cli/commit/3544dc65138c6409758c28e083ea1d93640246d8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-cli",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Command line interface for gulp",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"contributors": [],

0 commit comments

Comments
 (0)