Skip to content

Commit

Permalink
Fix streams dep; prep next release (#36)
Browse files Browse the repository at this point in the history
* Update node-streams to 7.0.0

* Update changelog
  • Loading branch information
JordanMartinez authored Apr 29, 2022
1 parent 4825df3 commit 9d126d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Bugfixes:

Other improvements:

## [v9.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0) - 2022-04-27
## [v10.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v10.0.0) - 2022-04-29

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#34 by @nwolverson, @JordanMartinez, @sigma-andex)
Expand All @@ -23,6 +23,10 @@ Bugfixes:

Other improvements:

## [v9.0.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v9.0.0) - 2022-04-27

Due to implementing a breaking change incorrectly, use v10.0.0 instead.

## [v8.2.0](https://github.com/purescript-node/purescript-node-process/releases/tag/v8.2.0) - 2021-05-06

New features:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"purescript-effect": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-streams": "^6.0.0",
"purescript-node-streams": "^7.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 9d126d9

Please sign in to comment.