From b645bbfc8e5f2d9d3be60e34f58da476049e4c72 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 9 Nov 2022 16:59:33 +0000 Subject: [PATCH 1/2] chore: update changelog for 1.2.32 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be22155242..08990e54e7 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.32](https://github.com/ably/ably-js/tree/1.2.32) (2022-11-09) +- fix: add EventEmitter.off signature with no args [\#1073](https://github.com/ably/ably-js/pull/1073) + ## [1.2.31](https://github.com/ably/ably-js/tree/1.2.31) (2022-11-08) In the latest release of ably-js, we’ve added jsdoc comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode. From b8bba6e051c48945db960c7cf8a2492ffaf1e882 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Wed, 9 Nov 2022 16:59:57 +0000 Subject: [PATCH 2/2] chore: bump version for 1.2.32 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 7187e54879..c0df84a81b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.31", + "version": "1.2.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.31", + "version": "1.2.32", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 6d1dce8f27..2645ba8c15 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.31", + "version": "1.2.32", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues",