We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddb95f commit 9f92a98Copy full SHA for 9f92a98
bindings_wasm/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# @xmtp/wasm-bindings
2
3
+## 1.0.0-rc4
4
+
5
+- Refactored `Identifier` and `IdentifierKind` to use `tsify`
6
7
## 1.0.0-rc3
8
9
- Removed an optional `relying_party` field in the `Identifier` struct
bindings_wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "@xmtp/wasm-bindings",
- "version": "1.0.0-rc3",
+ "version": "1.0.0-rc4",
"type": "module",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
0 commit comments