Skip to content

Commit 202d651

Browse files
authored
Merge pull request #1096 from ably/release/1.2.34
Release 1.2.34
2 parents 388ca30 + 06c7e2e commit 202d651

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.34](https://github.com/ably/ably-js/tree/1.2.34) (2022-12-13)
6+
- fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) [\#1094](https://github.com/ably/ably-js/pull/1094)
7+
58
## [1.2.33](https://github.com/ably/ably-js/tree/1.2.33) (2022-11-11)
69
- Fix some callback typings [\#1075](https://github.com/ably/ably-js/pull/1075)
710

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.33",
4+
"version": "1.2.34",
55
"license": "Apache-2.0",
66
"bugs": {
77
"url": "https://github.com/ably/ably-js/issues",

0 commit comments

Comments
 (0)