run changeset version (#826)

This commit is contained in:
Paul Fletcher-Hill
2023-04-05 20:22:47 -04:00
committed by GitHub
parent b6508b9aca
commit 52035aa031
4 changed files with 9 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
'@farcaster/hub-web': patch
---
enable getSSLHubRpcClient

View File

@@ -1,6 +0,0 @@
---
'@farcaster/hub-web': patch
---
export getAuthMetadata for hub-web
export getHubRpcClient

View File

@@ -1,5 +1,13 @@
# @farcaster/hub-web
## 0.2.2
### Patch Changes
- 9f0dc6a: enable getSSLHubRpcClient
- 7194054: export getAuthMetadata for hub-web
export getHubRpcClient
## 0.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-web",
"version": "0.2.1",
"version": "0.2.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",