Skip to content

Commit

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

* Update changelog
  • Loading branch information
JordanMartinez authored Apr 29, 2022
1 parent 5179e38 commit ceaa5dc
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:

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

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

New features:

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

Other improvements:
Due to an incorrectly-made breaking change, please use v8.0.0 instead.

## [v7.1.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.1.0) - 2021-07-13

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"purescript-foreign": "^7.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-functions": "^6.0.0",
"purescript-node-fs": "^7.0.1",
"purescript-node-streams": "^6.0.0",
"purescript-node-fs": "^8.0.0",
"purescript-node-streams": "^7.0.0",
"purescript-nullable": "^6.0.0",
"purescript-posix-types": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
Expand Down

0 comments on commit ceaa5dc

Please sign in to comment.