From e522ca714e8feb3235566c27b93f1d0f10b8bfb0 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Fri, 4 Oct 2024 15:41:48 +0100 Subject: [PATCH] chore: update changelog for 2.4.1 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e1f7b36..21f3eb89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [2.4.1](https://github.com/ably/ably-js/tree/2.4.1) (2024-10-04) + +- Fix `usePresence` hook wasn't leaving presence if component unmounted during channel attaching state [\#1884](https://github.com/ably/ably-js/pull/1884) + ## [2.4.0](https://github.com/ably/ably-js/tree/2.4.0) (2024-09-11) - Add `wsConnectivityCheckUrl` client option [\#1862](https://github.com/ably/ably-js/pull/1862)