File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ New features:
12
12
Bugfixes:
13
13
14
14
Other improvements:
15
+
16
+ ## [ v9.1.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.1.0 ) - 2023-07-26
17
+
18
+ Bugfixes:
19
+ - Update ` node-streams ` to ` v9.0.0 ` to fix FFI issues (#78 by @JordanMartinez )
20
+
15
21
## [ v9.0.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.0.0 ) - 2023-07-19
16
22
17
23
Breaking changes:
Original file line number Diff line number Diff line change 31
31
"purescript-maybe" : " ^6.0.0" ,
32
32
"purescript-node-buffer" : " ^9.0.0" ,
33
33
"purescript-node-path" : " ^5.0.0" ,
34
- "purescript-node-streams" : " ^8 .0.0" ,
34
+ "purescript-node-streams" : " ^9 .0.0" ,
35
35
"purescript-nullable" : " ^6.0.0" ,
36
36
"purescript-partial" : " ^4.0.0" ,
37
37
"purescript-prelude" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments