Skip to content

Commit ceaa5dc

Browse files
Fix node-streams dep; prep next release (#33)
* Update bower deps * Update changelog
1 parent 5179e38 commit ceaa5dc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ Bugfixes:
1212

1313
Other improvements:
1414

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

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

20-
New features:
21-
22-
Bugfixes:
20+
## [v8.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v8.0.0) - 2022-04-27
2321

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

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

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"purescript-foreign": "^7.0.0",
2121
"purescript-foreign-object": "^4.0.0",
2222
"purescript-functions": "^6.0.0",
23-
"purescript-node-fs": "^7.0.1",
24-
"purescript-node-streams": "^6.0.0",
23+
"purescript-node-fs": "^8.0.0",
24+
"purescript-node-streams": "^7.0.0",
2525
"purescript-nullable": "^6.0.0",
2626
"purescript-posix-types": "^6.0.0",
2727
"purescript-unsafe-coerce": "^6.0.0"

0 commit comments

Comments
 (0)