Skip to content

Commit 1fc2138

Browse files
Fix node-streams dependency; prep 0.5.0 release (#19)
* Update node-streams to 7.0.0 * Update changelog
1 parent 064f041 commit 1fc2138

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v0.4.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.4.0) - 2022-04-27
15+
## [v0.5.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.5.0) - 2022-04-29
1616

1717
Breaking changes:
18-
- Migrate FFI to ES modules (#17 by @JordanMartinez)
18+
- Migrate FFI to ES modules (#17 and #19 by @JordanMartinez)
19+
20+
## [v0.4.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.4.0) - 2022-04-27
21+
22+
Due to an incorrectly-made breaking change, please use v0.5.0 instead.
1923

2024
## [v0.3.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.3.0) - 2021-04-18
2125

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"purescript-foreign-object": "^4.0.0",
2121
"purescript-node-buffer": "^8.0.0",
2222
"purescript-node-path": "^5.0.0",
23-
"purescript-node-streams": "^6.0.0",
23+
"purescript-node-streams": "^7.0.0",
2424
"purescript-nullable": "^6.0.0",
2525
"purescript-transformers": "^6.0.0"
2626
}

0 commit comments

Comments
 (0)