We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06192a8 commit b210f7bCopy full SHA for b210f7b
CHANGELOG.md
@@ -12,6 +12,12 @@ New features:
12
Bugfixes:
13
14
Other improvements:
15
+
16
+## [v9.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.1.0) - 2023-07-26
17
18
+Bugfixes:
19
+- Update `node-streams` to `v9.0.0` to fix FFI issues (#78 by @JordanMartinez)
20
21
## [v9.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.0.0) - 2023-07-19
22
23
Breaking changes:
bower.json
@@ -31,7 +31,7 @@
31
"purescript-maybe": "^6.0.0",
32
"purescript-node-buffer": "^9.0.0",
33
"purescript-node-path": "^5.0.0",
34
- "purescript-node-streams": "^8.0.0",
+ "purescript-node-streams": "^9.0.0",
35
"purescript-nullable": "^6.0.0",
36
"purescript-partial": "^4.0.0",
37
"purescript-prelude": "^6.0.0",
0 commit comments