From d85f01091bb2f7f591da61034add951fb74008b9 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 29 Apr 2022 08:53:58 -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 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", From 9ef4216642414b2ebe6785cee2c7eabbfeb98495 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 29 Apr 2022 08:54:07 -0500 Subject: [PATCH 2/2] Prep changelog for next release --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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