Skip to content

Commit

Permalink
Finish repo breaking changes (#78)
Browse files Browse the repository at this point in the history
* Update node-streams to 8.0.0

* Fix changelog list of breaking changes
  • Loading branch information
JordanMartinez committed Jul 19, 2023
1 parent be0a346 commit 5414a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -41,6 +38,9 @@ New features:
}
```

New features:
- Integrate `node-fs-aff` into library (#75 by @JordanMartinez)

Bugfixes:

Other improvements:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5414a50

Please sign in to comment.