From 4afb5e2d2a2f3305195abe499e9c7241afb7fac4 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 29 Apr 2022 08:57:44 -0500 Subject: [PATCH 1/2] Update node-streams to 7.0.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 0b8c07e..90b86d6 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "purescript-effect": "^4.0.0", "purescript-foreign-object": "^4.0.0", "purescript-maybe": "^6.0.0", - "purescript-node-streams": "^6.0.0", + "purescript-node-streams": "^7.0.0", "purescript-posix-types": "^6.0.0", "purescript-prelude": "^6.0.0", "purescript-unsafe-coerce": "^6.0.0" From aaea6640e5266e196f22c8e2c913889844432d2e Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 29 Apr 2022 08:58:24 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c857f..8b59ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [v9.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0) - 2022-04-27 +## [v10.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v10.0.0) - 2022-04-29 Breaking changes: - Update project and deps to PureScript v0.15.0 (#34 by @nwolverson, @JordanMartinez, @sigma-andex) @@ -23,6 +23,10 @@ Bugfixes: Other improvements: +## [v9.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0) - 2022-04-27 + +Due to implementing a breaking change incorrectly, use v10.0.0 instead. + ## [v8.2.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v8.2.0) - 2021-05-06 New features: