diff --git a/.changeset/neat-insects-lie.md b/.changeset/neat-insects-lie.md deleted file mode 100644 index f933737f..00000000 --- a/.changeset/neat-insects-lie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@xmtp/react-native-sdk": patch ---- - -- Remove client from serializable objects -- Ability to revoke installations -- Static inboxStates for inboxIds diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6246ca..79a75b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @xmtp/react-native-sdk +## 3.1.7 + +### Patch Changes + +- e5839cd: - Remove client from serializable objects + - Ability to revoke installations + - Static inboxStates for inboxIds + ## 3.1.6 ### Patch Changes diff --git a/package.json b/package.json index 1dca707e..e9dc41ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xmtp/react-native-sdk", - "version": "3.1.6", + "version": "3.1.7", "description": "Wraps for native xmtp sdks for react native", "main": "build/index.js", "types": "build/index.d.ts",