Skip to content

Commit

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

* Update changelog

* Add reason why prev change isn't good
  • Loading branch information
JordanMartinez authored Apr 29, 2022
1 parent f424558 commit fbe80a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ Bugfixes:

Other improvements:

## [v6.0.0](https://github.com/purescript-node/purescript-node-readline/releases/tag/v6.0.0) - 2022-04-27
## [v7.0.0](https://github.com/purescript-node/purescript-node-readline/releases/tag/v7.0.0) - 2022-04-29

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#28 by @JordanMartinez, @sigma-andex)

New features:

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

Other improvements:
Due to implementing a breaking change incorrectly, use v7.0.0 instead.

## [v5.0.0](https://github.com/purescript-node/purescript-node-readline/releases/tag/v5.0.0) - 2021-02-26

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"purescript-effect": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-node-process": "^9.0.0",
"purescript-node-streams": "^6.0.0",
"purescript-node-process": "^10.0.0",
"purescript-node-streams": "^7.0.0",
"purescript-options": "^7.0.0",
"purescript-prelude": "^6.0.0"
}
Expand Down

0 comments on commit fbe80a9

Please sign in to comment.