Skip to content

Commit b976ff1

Browse files
committed
Release: Bump version to 2.19.0.
1 parent 4e2ddb0 commit b976ff1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

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

5+
## [2.19.0](https://github.com/ably/ably-js/tree/2.19.0) (2026-03-02)
6+
7+
### New features
8+
9+
- Add optional `detail` field support to `ErrorInfo` [\#2171](https://github.com/ably/ably-js/pull/2171)
10+
11+
### Bug fixes
12+
13+
- Fix clearing buffered object operations during sync sequence [\#2150](https://github.com/ably/ably-js/pull/2150)
14+
515
## [2.18.0](https://github.com/ably/ably-js/tree/2.18.0) (2026-02-23)
616

717
### New features

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

src/platform/react-hooks/src/AblyReactHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type ChannelNameAndOptions = {
1212
export type ChannelNameAndAblyId = Pick<ChannelNameAndOptions, 'channelName' | 'ablyId'>;
1313
export type ChannelParameters = string | ChannelNameAndOptions;
1414

15-
export const version = '2.18.0';
15+
export const version = '2.19.0';
1616

1717
/**
1818
* channel options for react-hooks

0 commit comments

Comments
 (0)