Skip to content

Commit 06b436b

Browse files
committed
v2.2.0
1 parent 25e8ef9 commit 06b436b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 20.19
10+
- 20.x
1111
- 22.x
1212
- latest
1313
steps:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
faucet-pipeline-static version history
22
======================================
33

4+
v2.2.0
5+
------
6+
7+
_TBD_
8+
9+
maintenance release to update dependencies; no significant changes
10+
11+
improvements for developers:
12+
13+
* it now exposes `buildProcessPipeline` for other pipelines that convert directories of files instead of single files
14+
15+
416
v2.1.0
517
------
618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-static",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "static files for faucet-pipeline",
55
"main": "./lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)