Skip to content

Commit 5414a50

Browse files
Finish repo breaking changes (#78)
* Update node-streams to 8.0.0 * Fix changelog list of breaking changes
1 parent be0a346 commit 5414a50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8-
9-
New features:
10-
- Integrate `node-fs-aff` into library (#75 by @JordanMartinez)
118
- Remove `StatsObj` and reimplement bindings to `Stats` object (#76 by @JordanMartinez)
129

1310
Previously, one could write the following to get a value on the `Stats` object:
@@ -41,6 +38,9 @@ New features:
4138
}
4239
```
4340

41+
New features:
42+
- Integrate `node-fs-aff` into library (#75 by @JordanMartinez)
43+
4444
Bugfixes:
4545

4646
Other improvements:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"purescript-maybe": "^6.0.0",
3232
"purescript-node-buffer": "^9.0.0",
3333
"purescript-node-path": "^5.0.0",
34-
"purescript-node-streams": "#684041e14e56c75c0bf49db0e556aec6d0248e5a",
34+
"purescript-node-streams": "^8.0.0",
3535
"purescript-nullable": "^6.0.0",
3636
"purescript-partial": "^4.0.0",
3737
"purescript-prelude": "^6.0.0",

0 commit comments

Comments
 (0)