Skip to content

Commit 812ce31

Browse files
Fix node-streams dep; prep next release (#13)
* Update node-streams to v7.0.0 * Update changelog
1 parent 13e670e commit 812ce31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v4.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v4.0.0) - 2022-04-29
16+
17+
Breaking changes:
18+
- Update project and deps to PureScript v0.15.0 (#11 by @JordanMartinez, @thomashoneyman, @sigma-andex)
19+
1520
## [v3.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v3.0.0) - 2022-04-27
1621

1722
Breaking changes:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"purescript-foreign": "^7.0.0",
1919
"purescript-maybe": "^6.0.0",
2020
"purescript-node-buffer": "^8.0.0",
21-
"purescript-node-fs": "^7.0.1",
21+
"purescript-node-fs": "^8.0.0",
2222
"purescript-nullable": "^6.0.0",
2323
"purescript-options": "^7.0.0",
2424
"purescript-prelude": "^6.0.0",

0 commit comments

Comments
 (0)