diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d4845..278cc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## master +## 0.9.1 (2024-07-31) + - Add `info` event to Cable and Channel. ([@palkan][]) This event can be used to notify of some protocol-level events that happen under the hood and have no representation at the Channel API level. A example of such event is a stream history retrieval failure (`{type: "history_not_found"}`). diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3e8df16..5e7da2d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,7 +2,9 @@ ## master -- Add `notification` event to Cable and Channel. ([@palkan][]) +## 0.9.1 (2024-07-31) + +- Add `info` event to Cable and Channel. ([@palkan][]) This event can be used to notify of some protocol-level events that happen under the hood and have no representation at the Channel API level. A example of such notification is a stream history retrieval failure. diff --git a/packages/core/package.json b/packages/core/package.json index 5c45f4d..555e092 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@anycable/core", - "version": "0.9.0", + "version": "0.9.1", "description": "AnyCable JavaScript client library core functionality", "keywords": [ "anycable",