From 2fed96b1b9712d44f21b67b60e495a24e98ea3db Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Fri, 22 Mar 2024 11:52:17 +0000 Subject: [PATCH] Update date in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8592ab888..5430363b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. -## [2.0.0](https://github.com/ably/ably-js/tree/2.0.0) (2024-03-21) +## [2.0.0](https://github.com/ably/ably-js/tree/2.0.0) (2024-03-22) The 2.0.0 release introduces a number of new features and QoL improvements, including a new way to remove bloat and reduce the bundle size of your ably-js client, first-class support for Promises, a more idiomatic approach to using ably-js' React Hooks, enhancements to TypeScript typings, and more.