Skip to content

Commit ac0949a

Browse files
committed
v2.0.1
1 parent 40e96e8 commit ac0949a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.1
6+
------
7+
8+
_2025-02-01_
9+
10+
notable changes for end users:
11+
12+
* dropped support for obsolete Node versions; now requires Node v18 or later
13+
* reduced number of dependencies
14+
15+
notable changes for developers:
16+
17+
* switched to named instead of default exports
18+
19+
this might affect users of utility functions like `createFile` or
20+
`resolvePath`
21+
22+
523
v2.0.0
624
------
725

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-core",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [

0 commit comments

Comments
 (0)