Skip to content

Commit 651b209

Browse files
Fix warnings revealed by v0.14.1 PS release (#52)
* Export mkPerm * Update changelog
1 parent 009787a commit 651b209

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10+
- Export `mkPerm` (#42 by @JordanMartinez)
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Fix warnings revealed by v0.14.1 PS release (#42 by @JordanMartinez)
1416

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

@@ -143,4 +145,3 @@ Fix type of `Async.exists`.
143145
## [v0.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v0.1.0) - 2014-08-11
144146

145147
Initial semver release.
146-

src/Node/FS/Perms.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Node.FS.Perms
22
( Perm()
3+
, mkPerm
34
, none
45
, read
56
, write

0 commit comments

Comments
 (0)