diff --git a/CHANGELOG.md b/CHANGELOG.md index da4b1c7..1686c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,14 @@ Bugfixes: Other improvements: -## [v8.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v8.0.0) - 2022-04-27 +## [v9.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v9.0.0) - 2022-04-29 Breaking changes: - Update project and deps to PureScript v0.15.0 (#31 by @JordanMartinez, @thomashoneyman, @sigma-andex) -New features: - -Bugfixes: +## [v8.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v8.0.0) - 2022-04-27 -Other improvements: +Due to an incorrectly-made breaking change, please use v8.0.0 instead. ## [v7.1.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.1.0) - 2021-07-13 diff --git a/bower.json b/bower.json index 1746cf0..b6f5ad9 100644 --- a/bower.json +++ b/bower.json @@ -20,8 +20,8 @@ "purescript-foreign": "^7.0.0", "purescript-foreign-object": "^4.0.0", "purescript-functions": "^6.0.0", - "purescript-node-fs": "^7.0.1", - "purescript-node-streams": "^6.0.0", + "purescript-node-fs": "^8.0.0", + "purescript-node-streams": "^7.0.0", "purescript-nullable": "^6.0.0", "purescript-posix-types": "^6.0.0", "purescript-unsafe-coerce": "^6.0.0"