From 5dcdd97461f159f55a05386077b4ad66a1c33b4c Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Tue, 24 Oct 2023 15:43:25 +0100 Subject: [PATCH] chore: update changelog for 1.2.46 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8302cb4b7b..2529d9fd87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.46](https://github.com/ably/ably-js/tree/1.2.46) (2023-10-24) + +- fix: avoid directly exporting Ably.ErrorInfo from promises.js [\#1463](https://github.com/ably/ably-js/pull/1463) +- fix(react): add missing id param for `useStateErrors` call to `useChannelStateListener` [\#1455](https://github.com/ably/ably-js/pull/1455) +- fix: allow `RealtimePresence#leave` to take `PresenceMessage` as argument [\#1466](https://github.com/ably/ably-js/pull/1466) +- deps: bump ws to 8.14.2 [\#1467](https://github.com/ably/ably-js/pull/1467) + ## [1.2.45](https://github.com/ably/ably-js/tree/1.2.45) (2023-09-25) - remove `AblyProvider` options prop [\#1446](https://github.com/ably/ably-js/pull/1446)