Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit a6acd33

Browse files
Fix node-streams dep; prep next release (#38)
* Update node-streams to v7.0.0 * Update changelog
1 parent 2deffaa commit a6acd33

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v8.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8.0.0) - 2022-04-27
15+
## [v9.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v9.0.0) - 2022-04-29
1616

1717
Breaking changes:
1818
- Remove `exists` since the underlying `Async.exists` from `purescript-node-fs` has been removed (#36 by @sigma-andex)
1919
- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez, @thomashoneyman, @sigma-andex)
2020
- Update `mkdir'` to take options arg (#34 by @JordanMartinez)
2121

22-
New features:
23-
24-
Bugfixes:
22+
## [v8.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8.0.0) - 2022-04-27
2523

26-
Other improvements:
24+
Due to implementing a breaking change incorrectly, use v10.0.0 instead.
2725

2826
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-02-26
2927

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"purescript-aff": "^7.0.0",
3131
"purescript-either": "^6.0.0",
32-
"purescript-node-fs": "^7.0.1",
32+
"purescript-node-fs": "^8.0.0",
3333
"purescript-node-path": "^5.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)