From 0bb8be219175dc2142ad9c41a994534593d0671d Mon Sep 17 00:00:00 2001 From: Steven Lindsay Date: Tue, 14 Jan 2025 11:04:57 +0000 Subject: [PATCH] Update to version 2.6.2 with minor bugfix for experimental message fields. --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- src/platform/react-hooks/src/AblyReactHooks.ts | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e2b326c..bb273946a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [2.6.2](https://github.com/ably/ably-js/tree/2.6.2) (2025-01-14) + +- Minor bugfix for experimental message fields. + ## [2.6.1](https://github.com/ably/ably-js/tree/2.6.1) (2025-01-13) - Removed an incorrect channel mode `ATTACH_RESUME` from the `ChannelModes` enum. diff --git a/package-lock.json b/package-lock.json index 2dfc7a830..0f5f20da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "2.6.1", + "version": "2.6.2", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 968d17d59..14be4bf1b 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.6.1", + "version": "2.6.2", "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 6536cb162..73244bd9d 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.6.1'; +export const version = '2.6.2'; export function channelOptionsWithAgent(options?: Ably.ChannelOptions) { return {