Skip to content

Commit bcb89f4

Browse files
committed
version 1.8.1
1 parent 135f102 commit bcb89f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/connectkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connectkit",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"author": "Family",
55
"homepage": "https://docs.family.co/connectkit",
66
"license": "BSD-2-Clause license",

packages/connectkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CONNECTKIT_VERSION = '1.8.0';
1+
export const CONNECTKIT_VERSION = '1.8.1';
22

33
export * as Types from './types';
44
export { default as getDefaultConfig } from './defaultConfig';

0 commit comments

Comments
 (0)