Skip to content

Commit 75555fb

Browse files
committed
updated dependencies and changelog
1 parent 59952f6 commit 75555fb

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

4+
v1.2.2
5+
------
6+
7+
_2019-06-17_
8+
9+
changes for end users:
10+
11+
* update browserslist
12+
13+
v1.2.1
14+
------
15+
16+
_2019-05-02_
17+
18+
changes for end users:
19+
20+
* dropped support for Node 6
21+
* improve handling of boolean CLI arguments
22+
* update browserslist and nite-owl
23+
* offer a `--serve` and `--liveserve` CLI option to serve the generated files
24+
via HTTP
25+
26+
improvements for developers:
27+
28+
* update mocha
29+
* expose the `webRoot` in the manifest
30+
431

532
v1.2.0
633
------

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.2.1",
3+
"version": "1.2.2",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [
@@ -28,7 +28,7 @@
2828
"node": ">=8"
2929
},
3030
"dependencies": {
31-
"browserslist": "~4.5.6",
31+
"browserslist": "~4.6.2",
3232
"minimist": "~1.2.0",
3333
"mkdirp": "~0.5.1",
3434
"nite-owl": "~5.0.3"

0 commit comments

Comments
 (0)