From b976ff1f71b8f6ae21a9e524bfa6877a0b414396 Mon Sep 17 00:00:00 2001 From: Steven Lindsay Date: Mon, 2 Mar 2026 18:11:36 +0000 Subject: [PATCH] Release: Bump version to 2.19.0. --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/platform/react-hooks/src/AblyReactHooks.ts | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03eb559a..973219776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [2.19.0](https://github.com/ably/ably-js/tree/2.19.0) (2026-03-02) + +### New features + +- Add optional `detail` field support to `ErrorInfo` [\#2171](https://github.com/ably/ably-js/pull/2171) + +### Bug fixes + +- Fix clearing buffered object operations during sync sequence [\#2150](https://github.com/ably/ably-js/pull/2150) + ## [2.18.0](https://github.com/ably/ably-js/tree/2.18.0) (2026-02-23) ### New features diff --git a/package-lock.json b/package-lock.json index adf83e358..81f0a6047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "2.18.0", + "version": "2.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "2.18.0", + "version": "2.19.0", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index e09462c20..267deb4af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ably", "description": "Realtime client library for Ably, the realtime messaging service", - "version": "2.18.0", + "version": "2.19.0", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues", diff --git a/src/platform/react-hooks/src/AblyReactHooks.ts b/src/platform/react-hooks/src/AblyReactHooks.ts index ae2f6a4f2..e64a263d6 100644 --- a/src/platform/react-hooks/src/AblyReactHooks.ts +++ b/src/platform/react-hooks/src/AblyReactHooks.ts @@ -12,7 +12,7 @@ export type ChannelNameAndOptions = { export type ChannelNameAndAblyId = Pick; export type ChannelParameters = string | ChannelNameAndOptions; -export const version = '2.18.0'; +export const version = '2.19.0'; /** * channel options for react-hooks