Skip to content

Commit f2927e0

Browse files
committed
v1.7.0
update dependencies
1 parent 298389d commit f2927e0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

44

5+
v1.7.0
6+
------
7+
8+
_2022-02-09_
9+
10+
notable changes for end users:
11+
12+
* Node 14 and 17 are now officially supported as well
13+
* update to Browserslist 4.19.1
14+
15+
no significant changes for developers
16+
17+
518
v1.6.1
619
------
720

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": "1.6.1",
3+
"version": "1.7.0",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [
@@ -28,7 +28,7 @@
2828
"node": ">= 12"
2929
},
3030
"dependencies": {
31-
"browserslist": "~4.16.6",
31+
"browserslist": "~4.19.1",
3232
"minimist": "~1.2.5",
3333
"nite-owl": "~5.0.4"
3434
},

0 commit comments

Comments
 (0)