File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ v11.1.1] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v11.1.0 ) - 2023-07-25
15
+ ## [ v11.2.0] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v11.2.0 ) - 2023-07-25
16
+
17
+ Bugfixes:
18
+ - Update ` node-streams ` to ` v9.0.0 ` to fix FFI issues (#45 by @JordanMartinez )
19
+
20
+ ## [ v11.1.1] ( https://github.com/purescript-node/purescript-node-process/releases/tag/v11.1.1 ) - 2023-07-25
16
21
17
22
Bugfixes:
18
23
- Fixes FFI for ` cwd ` (#44 by @JordanMartinez )
Original file line number Diff line number Diff line change 17
17
"purescript-foreign" : " ^7.0.0" ,
18
18
"purescript-maybe" : " ^6.0.0" ,
19
19
"purescript-node-event-emitter" : " https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0" ,
20
- "purescript-node-streams" : " ^8 .0.0" ,
20
+ "purescript-node-streams" : " ^9 .0.0" ,
21
21
"purescript-posix-types" : " ^6.0.0" ,
22
22
"purescript-prelude" : " ^6.0.0" ,
23
23
"purescript-unsafe-coerce" : " ^6.0.0"
You can’t perform that action at this time.
0 commit comments