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