We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e96e8 commit d440e77Copy full SHA for d440e77
CHANGELOG.md
@@ -2,6 +2,24 @@ faucet-pipeline-core version history
2
====================================
3
4
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
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
23
v2.0.0
24
------
25
package.json
@@ -1,6 +1,6 @@
1
{
"name": "faucet-pipeline-core",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "faucet-pipeline's core library",
"author": "FND",
"contributors": [
0 commit comments