Skip to content

Commit

Permalink
chore: Release 4.0.0 (#123)
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 Nov 22, 2021
1 parent a0e81cb commit b8e4cb5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,32 @@
# Changelog

## [4.0.0](https://www.github.com/gulpjs/liftoff/compare/v3.1.0...v4.0.0) (2021-11-22)


### ⚠ BREAKING CHANGES

* Support `extends` syntax in config files (#103)
* Normalize repository, dropping node <10.13 support (#118)
* call `env.completion` inside execute to allow additional configuration (#106)
* Rename `opts.require` to `opts.preload`
* Rename events to be more specific
* Remove launch API

### Features

* Add beforeRequire event ([65f350d](https://www.github.com/gulpjs/liftoff/commit/65f350d0140f91467252f58489b5e13bc19f169e))
* Rename `opts.require` to `opts.preload` ([596926a](https://www.github.com/gulpjs/liftoff/commit/596926a177df254726715ffed7bc4b344e87bef0))
* Rename events to be more specific ([cbb8456](https://www.github.com/gulpjs/liftoff/commit/cbb8456e0273505d1ba237060aaebb7b79c26112))
* Support `extends` syntax in config files ([#103](https://www.github.com/gulpjs/liftoff/issues/103)) ([68c9db7](https://www.github.com/gulpjs/liftoff/commit/68c9db7fc4f26b7b9e3e91f8e8c6374d1a9dbb1f))


### Bug Fixes

* call `env.completion` inside execute to allow additional configuration ([#106](https://www.github.com/gulpjs/liftoff/issues/106)) ([2a1fc4b](https://www.github.com/gulpjs/liftoff/commit/2a1fc4b632e55effcd45ab3c48bd7aba0ce049bf))
* Update rechoir to support dots in config name ([33a6286](https://www.github.com/gulpjs/liftoff/commit/33a62869bc2474d4168f17f611dadbd66cc6adac))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#118](https://www.github.com/gulpjs/liftoff/issues/118)) ([d671e76](https://www.github.com/gulpjs/liftoff/commit/d671e7600bd96f3c6c23697575436e89fa407c99))
* Remove launch API ([dea6860](https://www.github.com/gulpjs/liftoff/commit/dea68609a669195f8d59df2164a5f4ba6e680004))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "liftoff",
"version": "3.1.0",
"version": "4.0.0",
"description": "Launch your command line tool with ease.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit b8e4cb5

Please sign in to comment.