Skip to content

Commit 1feffa6

Browse files
Update CHANGELOG.md
1 parent c3d40ee commit 1feffa6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ 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+
1520
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27
1621

1722
Breaking changes:
1823
- Remove `Async.exists` (#61 by @sigma-andex)
1924
- Update `mkdir` to take an options record arg, exposing `recursive` option (#53, #55, #58 by @JordanMartinez)
20-
2125
To get back the old behavior of `mkdir'`, you would call `mkdir' { recursive: false, mode: mkPerms all all all }`
2226

2327
New features:

0 commit comments

Comments
 (0)