Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit aeecfc9

Browse files
committed
Prep for v4.0.1
1 parent f2102c7 commit aeecfc9

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## v4.0.1
16+
17+
Breaking changes:
18+
19+
New features:
20+
21+
Bugfixes:
22+
23+
Other improvements:
24+
1525
* Transferred to https://github.com/purescript-node org (#7 by @jamesdbrock)
1626

1727
## v4.0.0

bower.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/jamesdbrock/purescript-node-streams-aff.git"
8+
"url": "https://github.com/purescript-node/purescript-node-streams-aff.git"
99
},
1010
"ignore": [
1111
"**/.*",
@@ -14,18 +14,18 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-aff": "^v7.0.0",
18-
"purescript-arrays": "^v7.0.0",
17+
"purescript-aff": "^v7.1.0",
18+
"purescript-arrays": "^v7.1.0",
1919
"purescript-effect": "^v4.0.0",
20-
"purescript-either": "^v6.0.0",
20+
"purescript-either": "^v6.1.0",
2121
"purescript-exceptions": "^v6.0.0",
2222
"purescript-maybe": "^v6.0.0",
2323
"purescript-node-buffer": "^v8.0.0",
2424
"purescript-node-streams": "^v7.0.0",
2525
"purescript-nullable": "^v6.0.0",
26-
"purescript-prelude": "^v6.0.0",
26+
"purescript-prelude": "^v6.0.1",
2727
"purescript-refs": "^v6.0.0",
28-
"purescript-st": "^v6.0.0",
28+
"purescript-st": "^v6.2.0",
2929
"purescript-tuples": "^v7.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)