diff --git a/CHANGELOG.md b/CHANGELOG.md index f73345f..a746d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ Bugfixes: Other improvements: +## [v5.1.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v5.1.0) - 2023-07-26 + +Bugfixes: +- Bump `node-streams` to `v9.0.0` to fix FFI issues (#18 by @JordanMartinez) + ## [v5.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v5.0.0) - 2023-07-19 Breaking changes: diff --git a/bower.json b/bower.json index dbb6e5b..750d9ba 100644 --- a/bower.json +++ b/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", "purescript-options": "^7.0.0", "purescript-prelude": "^6.0.0",