Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Apr 27, 2022
1 parent c3d40ee commit 1feffa6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ 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

Breaking changes:
- Remove `Async.exists` (#61 by @sigma-andex)
- Update `mkdir` to take an options record arg, exposing `recursive` option (#53, #55, #58 by @JordanMartinez)

To get back the old behavior of `mkdir'`, you would call `mkdir' { recursive: false, mode: mkPerms all all all }`

New features:
Expand Down

0 comments on commit 1feffa6

Please sign in to comment.