diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c71575..739b64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ Bugfixes: Other improvements: +## [v8.1.0](https://github.com/purescript-node/purescript-node-readline/releases/tag/v8.1.0) - 2023-07-26 + +Bugfixes: +- Bump `node-streams` to `v9.0.0` to fix FFI issues (#37 by @JordanMartinez) + ## [v8.0.0](https://github.com/purescript-node/purescript-node-readline/releases/tag/v8.0.0) - 2023-07-21 Breaking changes: diff --git a/bower.json b/bower.json index 78eaaf3..94308e2 100644 --- a/bower.json +++ b/bower.json @@ -22,8 +22,8 @@ "purescript-effect": "^4.0.0", "purescript-foreign": "^7.0.0", "purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0", - "purescript-node-process": "^11.0.1", - "purescript-node-streams": "^8.0.0", + "purescript-node-process": "^11.2.0", + "purescript-node-streams": "^9.0.0", "purescript-options": "^7.0.0", "purescript-prelude": "^6.0.0" }