diff --git a/CHANGELOG.md b/CHANGELOG.md index 99483bb..e6354d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,6 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: - -New features: -- Integrate `node-fs-aff` into library (#75 by @JordanMartinez) - Remove `StatsObj` and reimplement bindings to `Stats` object (#76 by @JordanMartinez) Previously, one could write the following to get a value on the `Stats` object: @@ -41,6 +38,9 @@ New features: } ``` +New features: +- Integrate `node-fs-aff` into library (#75 by @JordanMartinez) + Bugfixes: Other improvements: diff --git a/bower.json b/bower.json index 69545b6..fdc7e10 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "purescript-maybe": "^6.0.0", "purescript-node-buffer": "^9.0.0", "purescript-node-path": "^5.0.0", - "purescript-node-streams": "#684041e14e56c75c0bf49db0e556aec6d0248e5a", + "purescript-node-streams": "^8.0.0", "purescript-nullable": "^6.0.0", "purescript-partial": "^4.0.0", "purescript-prelude": "^6.0.0",