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: 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"