Skip to content

Commit

Permalink
version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 14, 2024
1 parent 135f102 commit bcb89f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.8.0",
"version": "1.8.1",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CONNECTKIT_VERSION = '1.8.0';
export const CONNECTKIT_VERSION = '1.8.1';

export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
Expand Down

0 comments on commit bcb89f4

Please sign in to comment.