From a8ff15c9b2df796405b23acd0666826720257c73 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 26 Jul 2023 14:38:28 -0700 Subject: [PATCH] Update node-streams --- CHANGELOG.md | 6 ++++++ bower.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7899f..76950ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ New features: Bugfixes: Other improvements: + +## [v9.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.1.0) - 2023-07-26 + +Bugfixes: +- Update `node-streams` to `v9.0.0` to fix FFI issues (#78 by @JordanMartinez) + ## [v9.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.0.0) - 2023-07-19 Breaking changes: diff --git a/bower.json b/bower.json index fdc7e10..1fc30b8 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "purescript-maybe": "^6.0.0", "purescript-node-buffer": "^9.0.0", "purescript-node-path": "^5.0.0", - "purescript-node-streams": "^8.0.0", + "purescript-node-streams": "^9.0.0", "purescript-nullable": "^6.0.0", "purescript-partial": "^4.0.0", "purescript-prelude": "^6.0.0",