Skip to content

Commit 0b46110

Browse files
authored
Merge pull request #1074 from ably/release/1.2.32
Release 1.2.32
2 parents 63e9e67 + b8bba6e commit 0b46110

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.
44

5+
## [1.2.32](https://github.com/ably/ably-js/tree/1.2.32) (2022-11-09)
6+
- fix: add EventEmitter.off signature with no args [\#1073](https://github.com/ably/ably-js/pull/1073)
7+
58
## [1.2.31](https://github.com/ably/ably-js/tree/1.2.31) (2022-11-08)
69

710
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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ably",
33
"description": "Realtime client library for Ably, the realtime messaging service",
4-
"version": "1.2.31",
4+
"version": "1.2.32",
55
"license": "Apache-2.0",
66
"bugs": {
77
"url": "https://github.com/ably/ably-js/issues",

0 commit comments

Comments
 (0)