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,6 +12,11 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
+ ## [ v8.1.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v8.1.0 ) - 2023-07-26
16
+
17
+ Bugfixes:
18
+ - Bump ` node-streams ` to ` v9.0.0 ` to fix FFI issues (#37 by @JordanMartinez )
19
+
15
20
## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v8.0.0 ) - 2023-07-21
16
21
17
22
Breaking changes:
Original file line number Diff line number Diff line change 22
22
"purescript-effect" : " ^4.0.0" ,
23
23
"purescript-foreign" : " ^7.0.0" ,
24
24
"purescript-node-event-emitter" : " https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0" ,
25
- "purescript-node-process" : " ^11.0.1 " ,
26
- "purescript-node-streams" : " ^8 .0.0" ,
25
+ "purescript-node-process" : " ^11.2.0 " ,
26
+ "purescript-node-streams" : " ^9 .0.0" ,
27
27
"purescript-options" : " ^7.0.0" ,
28
28
"purescript-prelude" : " ^6.0.0"
29
29
}
You can’t perform that action at this time.
0 commit comments