Skip to content

Commit be0085d

Browse files
committed
chore: bump version for 1.2.45 release
1 parent e80b21b commit be0085d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/platform/react-hooks/src/AblyProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as Ably from 'ably';
44
import { Types } from '../../../../ably.js';
55
import React, { useMemo } from 'react';
66

7-
const version = '1.2.44';
7+
const version = '1.2.45';
88

99
const canUseSymbol = typeof Symbol === 'function' && typeof Symbol.for === 'function';
1010

0 commit comments

Comments
 (0)