From 7ec5a761b716493402449f958e545c9799e4d022 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:27:00 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" } } From 03d2be9788b8302c9742f102ef206b0424caa99c Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:27:00 -0500 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)