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

Fix node-streams dep; prep next release #38

Merged
merged 2 commits into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ Bugfixes:

Other improvements:

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

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

New features:

Bugfixes:
## [v8.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8.0.0) - 2022-04-27

Other improvements:
Due to implementing a breaking change incorrectly, use v10.0.0 instead.

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"purescript-aff": "^7.0.0",
"purescript-either": "^6.0.0",
"purescript-node-fs": "^7.0.1",
"purescript-node-fs": "^8.0.0",
"purescript-node-path": "^5.0.0"
},
"devDependencies": {
Expand Down