We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c52c5 commit 2629cb3Copy full SHA for 2629cb3
CHANGELOG.md
@@ -7,15 +7,18 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
-- Add `lstat` (#66 by @artemisSystem)
11
-
12
-- Update rmdir' to take options arg
13
-- Added rm and rm' version with and without options arg
14
15
Bugfixes:
16
17
Other improvements:
18
+## [v8.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v8.1.0) - 2022-06-10
+
+New features:
+- Add `lstat` (#66 by @artemisSystem)
19
+- Add rmdir', which takes an take options arg (#67 by @wclr)
20
+- Added rm and rm' version with and without options arg (#67 by @wclr)
21
22
## [v8.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v8.0.0) - 2022-04-29
23
24
0 commit comments