Skip to content

Commit

Permalink
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#42)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent d14acee commit 224cf90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v6.0.0](https://github.com/purescript-node/purescript-node-streams/releases/tag/v6.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#39 by @nwolverson, @JordanMartinez, @sigma-andex)
- Update `write` callback to include `Error` arg (#40 by @JordanMartinez)
Expand Down
16 changes: 8 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"url": "https://github.com/purescript-node/purescript-node-streams.git"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-console": "master",
"purescript-partial": "master"
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-partial": "^4.0.0"
},
"dependencies": {
"purescript-effect": "master",
"purescript-either": "master",
"purescript-exceptions": "master",
"purescript-node-buffer": "master",
"purescript-prelude": "master"
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-node-buffer": "^8.0.0",
"purescript-prelude": "^6.0.0"
}
}

0 comments on commit 224cf90

Please sign in to comment.