Skip to content

Commit

Permalink
Update node-streams to v9.0.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Jul 26, 2023
1 parent a41085c commit 02fa21e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Bugfixes:

Other improvements:

## [v11.1.1](https://github.com/purescript-node/purescript-node-process/releases/tag/v11.1.0) - 2023-07-25
## [v11.2.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v11.2.0) - 2023-07-25

Bugfixes:
- Update `node-streams` to `v9.0.0` to fix FFI issues (#45 by @JordanMartinez)

## [v11.1.1](https://github.com/purescript-node/purescript-node-process/releases/tag/v11.1.1) - 2023-07-25

Bugfixes:
- Fixes FFI for `cwd` (#44 by @JordanMartinez)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"purescript-foreign": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0",
"purescript-node-streams": "^8.0.0",
"purescript-node-streams": "^9.0.0",
"purescript-posix-types": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
Expand Down

0 comments on commit 02fa21e

Please sign in to comment.