Skip to content

Commit

Permalink
Bump core 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 31, 2024
1 parent 2908314 commit a8e84b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}`).
Expand Down
4 changes: 3 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/core",
"version": "0.9.0",
"version": "0.9.1",
"description": "AnyCable JavaScript client library core functionality",
"keywords": [
"anycable",
Expand Down

0 comments on commit a8e84b2

Please sign in to comment.