From 5245c7907b957aa93df6b4d3ab11061e1b596485 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 5 Oct 2022 10:06:09 +0100 Subject: [PATCH 1/2] chore: bump version number for 1.2.30 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 52bd267594..2ffbede002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.29", + "version": "1.2.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.29", + "version": "1.2.30", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 645f4446f8..67cf6ffe3e 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.29", + "version": "1.2.30", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues", From 293d7469328acb78dfb5e6a3735f919efb94220a Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 5 Oct 2022 10:20:58 +0100 Subject: [PATCH 2/2] chore: update changleog for 1.2.30 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f8e114c7..e2985a665b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.30](https://github.com/ably/ably-js/tree/1.2.30) (2022-10-05) +- Add `connectivityCheckUrl` and `disableConnectivityCheck` client options [\#1051](https://github.com/ably/ably-js/pull/1051) +- Fix EventEmitter.once when using array with promises [\#1046](https://github.com/ably/ably-js/pull/1046) +- Allow null arguments in authCallback [\#1052](https://github.com/ably/ably-js/pull/1052) +- Move channel state to attaching on new transport reattach when using promises [\#1053](https://github.com/ably/ably-js/pull/1053) + ## [1.2.29](https://github.com/ably/ably-js/tree/1.2.29) (2022-08-08) - Fix upgrade bug that could lead to an indefinitely sync-pending transport [\#1041](https://github.com/ably/ably-js/pull/1041) - Always allow event queueing while connecting [\#1039](https://github.com/ably/ably-js/pull/1039)