Skip to content

Commit 7dfc7ca

Browse files
Fix node-streams dep; prep 8.0.0 release (#64)
* Update node-streams to 7.0.0 * Prep changelog for next release
1 parent 1feffa6 commit 7dfc7ca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v7.0.1](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.1) - 2022-04-27
16-
17-
Other improvements:
18-
- Remove duplicate `node-buffer` from bower.json (@thomashoneyman)
19-
20-
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27
15+
## [v8.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v8.0.0) - 2022-04-29
2116

2217
Breaking changes:
2318
- Remove `Async.exists` (#61 by @sigma-andex)
@@ -26,10 +21,15 @@ Breaking changes:
2621

2722
New features:
2823
- Update project and deps to PureScript v0.15.0 (#59 by @JordanMartinez, @thomashoneyman, @sigma-andex)
24+
- Remove duplicate `node-buffer` from bower.json (@thomashoneyman)
2925

30-
Bugfixes:
26+
## [v7.0.1](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.1) - 2022-04-27
3127

32-
Other improvements:
28+
Due to an incorrectly-implemented breaking change, use v8.0.0
29+
30+
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27
31+
32+
Due to an incorrectly-implemented breaking change, use v8.0.0
3333

3434
## [v6.2.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.2.0) - 2022-01-10
3535

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"purescript-maybe": "^6.0.0",
3232
"purescript-node-buffer": "^8.0.0",
3333
"purescript-node-path": "^5.0.0",
34-
"purescript-node-streams": "^6.0.0",
34+
"purescript-node-streams": "^7.0.0",
3535
"purescript-nullable": "^6.0.0",
3636
"purescript-partial": "^4.0.0",
3737
"purescript-prelude": "^6.0.0",

0 commit comments

Comments
 (0)