Skip to content

Commit 9f92a98

Browse files
committed
Update version and changelog
1 parent eddb95f commit 9f92a98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bindings_wasm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @xmtp/wasm-bindings
22

3+
## 1.0.0-rc4
4+
5+
- Refactored `Identifier` and `IdentifierKind` to use `tsify`
6+
37
## 1.0.0-rc3
48

59
- Removed an optional `relying_party` field in the `Identifier` struct

bindings_wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/wasm-bindings",
3-
"version": "1.0.0-rc3",
3+
"version": "1.0.0-rc4",
44
"type": "module",
55
"license": "MIT",
66
"description": "WASM bindings for the libXMTP rust library",

0 commit comments

Comments
 (0)