diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4665e..4bf756d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + +## [v3.0.0](https://github.com/purescript-web/purescript-web-streams/releases/tag/v3.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#7 by @JordanMartinez) diff --git a/bower.json b/bower.json index d856e2b..d153e59 100644 --- a/bower.json +++ b/bower.json @@ -15,12 +15,12 @@ "package.json" ], "dependencies": { - "purescript-arraybuffer-types": "main", - "purescript-effect": "master", - "purescript-exceptions": "master", - "purescript-nullable": "main", - "purescript-prelude": "master", - "purescript-tuples": "master", - "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master" + "purescript-arraybuffer-types": "^3.0.2", + "purescript-effect": "^4.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-nullable": "^6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-tuples": "^7.0.0", + "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^3.0.0" } }