From 798aa51762923cec22d81b7f638e1be386c6f247 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 13 Apr 2023 16:14:15 +0100 Subject: [PATCH 1/2] docs: update changelog for 1.2.39 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c15478432..856fad136f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.39](https://github.com/ably/ably-js/tree/1.2.39) (2023-04-13) +- bump got dependency to `^11.8.5` [\#1189](https://github.com/ably/ably-js/pull/1189) + ## [1.2.38](https://github.com/ably/ably-js/tree/1.2.38) (2023-04-04) - retry connection attempt if 'online' event received whilst connecting [\#1171](https://github.com/ably/ably-js/pull/1171) - populate invalid state `ErrorInfo.cause` with the current `errorReason`, if set [\#1169](https://github.com/ably/ably-js/pull/1169) From bc5bda400107c49136a4d35f572cef725ea1491c Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 13 Apr 2023 16:14:45 +0100 Subject: [PATCH 2/2] chore: bump version for 1.2.39 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 667ed07e0d..1d9c52a51f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.38", + "version": "1.2.39", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.38", + "version": "1.2.39", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 6548d431b4..63104ceaed 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.38", + "version": "1.2.39", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues",