Skip to content

Commit eccce06

Browse files
authored
Prepare releases for WASM and Node bindings (#1431)
1 parent 3a860d7 commit eccce06

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

bindings_node/CHANGELOG.md

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

3+
## 0.0.30
4+
5+
- Fixed issue that resulted in a forked group
6+
37
## 0.0.29
48

59
- Added support for custom permission policy sets

bindings_node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-bindings",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"repository": {
55
"type": "git",
66
"url": "git+https://git@github.com/xmtp/libxmtp.git",

bindings_wasm/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
- Fixed issue that resulted in a forked group
6+
37
## 0.0.8
48

59
- Added support for custom permission policy sets

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": "0.0.8",
3+
"version": "0.0.9",
44
"type": "module",
55
"license": "MIT",
66
"description": "WASM bindings for the libXMTP rust library",

0 commit comments

Comments
 (0)