Skip to content

Commit

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

Other improvements:

## [v9.1.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.1.0) - 2023-07-26

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

## [v9.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v9.0.0) - 2023-07-19

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"purescript-maybe": "^6.0.0",
"purescript-node-buffer": "^9.0.0",
"purescript-node-path": "^5.0.0",
"purescript-node-streams": "^8.0.0",
"purescript-node-streams": "^9.0.0",
"purescript-nullable": "^6.0.0",
"purescript-partial": "^4.0.0",
"purescript-prelude": "^6.0.0",
Expand Down

0 comments on commit b210f7b

Please sign in to comment.