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) 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",