diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..978e16c5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [3.0.0](https://www.github.com/gulpjs/gulp-cli/compare/v2.3.0...v3.0.0) (2024-01-25) + + +### ⚠ BREAKING CHANGES + +* Remove `--verify` flag (#251) +* Replace `--require` flag with `--preload` +* Normalize repository, dropping node <10.13 support (#239) + +### Miscellaneous Chores + +* 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)) +* Remove `--verify` flag ([#251](https://www.github.com/gulpjs/gulp-cli/issues/251)) ([7aeee5d](https://www.github.com/gulpjs/gulp-cli/commit/7aeee5d82e09099696f44fae25d315ef31c14030)) +* Replace `--require` flag with `--preload` ([3544dc6](https://www.github.com/gulpjs/gulp-cli/commit/3544dc65138c6409758c28e083ea1d93640246d8)) diff --git a/package.json b/package.json index 47ff7595..6dcf4f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-cli", - "version": "2.3.0", + "version": "3.0.0", "description": "Command line interface for gulp", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [],