Skip to content

Commit 189652d

Browse files
authored
Merge pull request #1989 from ably/release/2.6.5
Release 2.6.5
2 parents 9831588 + ab7655b commit 189652d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

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

5+
## [2.6.5](https://github.com/ably/ably-js/tree/2.6.5) (2025-03-24)
6+
7+
- Fixed type issue in `PublishOptions` [\#1988](https://github.com/ably/ably-js/pull/1988)
8+
59
## [2.6.4](https://github.com/ably/ably-js/tree/2.6.4) (2025-03-17)
610

711
- Adds new capabilities to control the upcoming message operations. [\#1949](https://github.com/ably/ably-js/pull/1949)

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.6.4",
4+
"version": "2.6.5",
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.6.4';
15+
export const version = '2.6.5';
1616

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

0 commit comments

Comments
 (0)