We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e65d5 commit f34c5cdCopy full SHA for f34c5cd
CHANGELOG.md
@@ -9,12 +9,18 @@ Breaking changes:
9
10
New features:
11
12
-- Add `lstat` to `Node.FS.Aff` (#85 by @artemisSystem)
13
-
14
Bugfixes:
15
16
Other improvements:
17
+## [v9.2.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.2.0) - 2024-06-23
+
18
+New features:
19
+- Add `lstat` to `Node.FS.Aff` (#85 by @artemisSystem)
20
21
+Bugfixes:
22
+- Fixed internal reference to `rmdir` that should have been `rm` (#83 by @MonoidMusician)
23
24
## [v9.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.1.0) - 2023-07-26
25
26
0 commit comments