Skip to content

Commit e5b315e

Browse files
Update node-streams to v9.0.0 indirectly (#18)
1 parent 1565ed6 commit e5b315e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Bugfixes:
1212

1313
Other improvements:
1414

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+
1520
## [v5.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v5.0.0) - 2023-07-19
1621

1722
Breaking changes:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"purescript-foreign": "^7.0.0",
1919
"purescript-maybe": "^6.0.0",
2020
"purescript-node-buffer": "^9.0.0",
21-
"purescript-node-fs": "^9.0.0",
21+
"purescript-node-fs": "^9.1.0",
2222
"purescript-nullable": "^6.0.0",
2323
"purescript-options": "^7.0.0",
2424
"purescript-prelude": "^6.0.0",

0 commit comments

Comments
 (0)