diff --git a/CHANGELOG.md b/CHANGELOG.md index 950c573..9bd8135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,7 @@ Bugfixes: Other improvements: -## [v7.0.1](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.1) - 2022-04-27 - -Other improvements: -- Remove duplicate `node-buffer` from bower.json (@thomashoneyman) - -## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27 +## [v8.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v8.0.0) - 2022-04-29 Breaking changes: - Remove `Async.exists` (#61 by @sigma-andex) @@ -26,10 +21,15 @@ Breaking changes: New features: - Update project and deps to PureScript v0.15.0 (#59 by @JordanMartinez, @thomashoneyman, @sigma-andex) +- Remove duplicate `node-buffer` from bower.json (@thomashoneyman) -Bugfixes: +## [v7.0.1](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.1) - 2022-04-27 -Other improvements: +Due to an incorrectly-implemented breaking change, use v8.0.0 + +## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27 + +Due to an incorrectly-implemented breaking change, use v8.0.0 ## [v6.2.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.2.0) - 2022-01-10 diff --git a/bower.json b/bower.json index dbcd1b0..3696b74 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "purescript-maybe": "^6.0.0", "purescript-node-buffer": "^8.0.0", "purescript-node-path": "^5.0.0", - "purescript-node-streams": "^6.0.0", + "purescript-node-streams": "^7.0.0", "purescript-nullable": "^6.0.0", "purescript-partial": "^4.0.0", "purescript-prelude": "^6.0.0",