From 64d2543a22aef2cc59bf9152197c625279400979 Mon Sep 17 00:00:00 2001 From: owenpearson Date: Mon, 20 Nov 2023 18:19:17 +0000 Subject: [PATCH 1/2] chore: bump version for 1.2.48 release --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4183a572d5..29d827aa64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.47", + "version": "1.2.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.47", + "version": "1.2.48", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 1381f78e41..e1e886150b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ably", "description": "Realtime client library for Ably, the realtime messaging service", - "version": "1.2.47", + "version": "1.2.48", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues", From 11021907266bf9de673b3a8406ea8f95d315a30a Mon Sep 17 00:00:00 2001 From: owenpearson Date: Mon, 20 Nov 2023 18:22:08 +0000 Subject: [PATCH 2/2] chore: update changelog for 1.2.48 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9959b2eb01..08e3038064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.48](https://github.com/ably/ably-js/tree/1.2.48) (2023-11-20) + +- Enable 'derived' options in 'useChannel' hook (by @rustworthy) [\#1501](https://github.com/ably/ably-js/pull/1501) +- fix: use 'ably' as import path from react-hooks [\#1509](https://github.com/ably/ably-js/pull/1509) + ## [1.2.47](https://github.com/ably/ably-js/tree/1.2.47) (2023-11-02) - fix(react): fix issue where useChannel would error upon router navigation or hmr [\#1478](https://github.com/ably/ably-js/pull/1478)