Skip to content

Commit aaca8b6

Browse files
committed
chore: bump version for 1.2.46 release
1 parent 5725e73 commit aaca8b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.45",
4+
"version": "1.2.46",
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
@@ -17,7 +17,7 @@ export type ChannelNameAndId = {
1717
};
1818
export type ChannelParameters = string | ChannelNameAndOptions;
1919

20-
export const version = '1.2.45';
20+
export const version = '1.2.46';
2121

2222
export function channelOptionsWithAgent(options?: Types.ChannelOptions) {
2323
return {

0 commit comments

Comments
 (0)