From 3695410623d321482b96aab14995a87bba1ae10e Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 10 Aug 2023 12:36:57 +0100 Subject: [PATCH 1/2] docs: update changelog for 1.2.43 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6e9efb76..d1c794250c 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.43](https://github.com/ably/ably-js/tree/1.2.43) (2023-08-10) + +- Add REST APIs for batch publishing, batch presence, and token revocation [\#1410](https://github.com/ably/ably-js/pull/1410) +- Add support for presence message extras [\#1418](https://github.com/ably/ably-js/pull/1418) + ## [1.2.42](https://github.com/ably/ably-js/tree/1.2.42) (2023-07-24) - Auth: remain connected upon failed authorize unless returning explicit 403 [\#1385](https://github.com/ably/ably-js/pull/1385) From dac4aad0a0f790f8f4473c36874901bb764079e8 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 10 Aug 2023 12:37:17 +0100 Subject: [PATCH 2/2] chore: bump version for 1.2.43 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 c571a7576e..5a906dde6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.42", + "version": "1.2.43", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.42", + "version": "1.2.43", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index df123478df..e3ce13ece5 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.42", + "version": "1.2.43", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues",