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

Commit 97472aa

Browse files
committed
Prep for v4
1 parent 031a80a commit 97472aa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [Unreleased]
15+
## v4.0.0
1616

1717
Bugfixes:
1818

1919
* Read from zero-length `Readable`.
2020

21-
# v3.0.0
21+
## v3.0.0
2222

2323
Breaking changes:
2424

@@ -32,10 +32,10 @@ Bugfixes:
3232

3333
* Bugfix `onceError`.
3434

35-
# v2.0.0
35+
## v2.0.0
3636

3737
* Aff cancellation is correctly handled.
3838

39-
# v1.1.0
39+
## v1.1.0
4040

4141
* `write` will throw errors after `drain` event.

bower.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"purescript-maybe": "^v6.0.0",
2323
"purescript-node-buffer": "^v8.0.0",
2424
"purescript-node-streams": "^v7.0.0",
25+
"purescript-nullable": "^v6.0.0",
2526
"purescript-prelude": "^v6.0.0",
27+
"purescript-refs": "^v6.0.0",
2628
"purescript-st": "^v6.0.0",
2729
"purescript-tuples": "^v7.0.0"
2830
}

0 commit comments

Comments
 (0)