Skip to content

Commit 82bfb77

Browse files
committed
v2.2.0
in the process, updated dependencies
1 parent 91dd53a commit 82bfb77

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ faucet-pipeline-core version history
22
====================================
33

44

5+
v2.2.0
6+
------
7+
8+
_2025-10-31_
9+
10+
notable changes for end users:
11+
12+
* reduced the number of third-party dependencies
13+
14+
notable changes for developers:
15+
16+
* `faucetDispatch` now has a return value which reports completion of the
17+
initial build
18+
19+
520
v2.1.0
621
------
722

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [
@@ -28,7 +28,7 @@
2828
"node": ">= 20"
2929
},
3030
"dependencies": {
31-
"browserslist": "~4.21.4",
31+
"browserslist": "~4.27.0",
3232
"nite-owl": "~5.0.5"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)