We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1565ed6 commit e5b315eCopy full SHA for e5b315e
CHANGELOG.md
@@ -12,6 +12,11 @@ Bugfixes:
12
13
Other improvements:
14
15
+## [v5.1.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v5.1.0) - 2023-07-26
16
+
17
+Bugfixes:
18
+- Bump `node-streams` to `v9.0.0` to fix FFI issues (#18 by @JordanMartinez)
19
20
## [v5.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v5.0.0) - 2023-07-19
21
22
Breaking changes:
bower.json
@@ -18,7 +18,7 @@
"purescript-foreign": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-buffer": "^9.0.0",
- "purescript-node-fs": "^9.0.0",
+ "purescript-node-fs": "^9.1.0",
"purescript-nullable": "^6.0.0",
23
"purescript-options": "^7.0.0",
24
"purescript-prelude": "^6.0.0",
0 commit comments