diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2f8f4..3901d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0](https://www.github.com/gulpjs/liftoff/compare/v4.0.0...v5.0.0) (2024-03-16) + + +### ⚠ BREAKING CHANGES + +* Lookup `configPath` in `configFiles` (#128) + +### Features + +* Lookup `configPath` in `configFiles` ([#128](https://www.github.com/gulpjs/liftoff/issues/128)) ([5301335](https://www.github.com/gulpjs/liftoff/commit/5301335a9f2dea21c5802a05eb9f8abdfbbeed51)) + + +### Bug Fixes + +* Disallow non-string `configPath` overrides ([#130](https://www.github.com/gulpjs/liftoff/issues/130)) ([6bcd381](https://www.github.com/gulpjs/liftoff/commit/6bcd381f328463ff78a43b5b8af3fe6c62bf3bdb)) + ## [4.0.0](https://www.github.com/gulpjs/liftoff/compare/v3.1.0...v4.0.0) (2021-11-22) diff --git a/package.json b/package.json index c76d299..4684efb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liftoff", - "version": "4.0.0", + "version": "5.0.0", "description": "Launch your command line tool with ease.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [