diff --git a/CHANGELOG.md b/CHANGELOG.md index eb45425..b52517b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ faucet-pipeline-core version history ==================================== +v3.0.0 +------ + +_2025-03-02_ + +notable changes for end users: + +* bumped Node requirement to v18 or later, dropping support for obsolete versions +* reduced number of dependencies + +notable changes for developers: + +* switched to named instead of default exports + + this might affect users of utilities like `resolvePath` and `FileFinder` + +* ensured dynamic imports are asynchronous + + this might affect users of utilities like `loadExtension` + +* `promisify` was removed entirely after being deprecated for a while + + v2.0.0 ------ diff --git a/package.json b/package.json index 51485ee..48bd905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faucet-pipeline-core", - "version": "2.0.0", + "version": "3.0.0", "description": "faucet-pipeline's core library", "author": "FND", "contributors": [