Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore: bump version for 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Pearson authored and Owen Pearson committed Oct 30, 2023
1 parent 22a8638 commit 7e48a29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably-labs/react-hooks",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/AblyReactHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Types } from "ably";
export type ChannelNameAndOptions = { channelName: string; options?: Types.ChannelOptions; realtime?: Types.RealtimePromise, subscribeOnly?: boolean }
export type ChannelParameters = string | ChannelNameAndOptions;

const version = "2.1.1"
const version = "2.1.2"

let sdkInstance: Realtime | null = null;

Expand Down

0 comments on commit 7e48a29

Please sign in to comment.