diff --git a/.changeset/big-tomatoes-obey.md b/.changeset/big-tomatoes-obey.md deleted file mode 100644 index 87fd97452..000000000 --- a/.changeset/big-tomatoes-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -When updating a record, we must include the `parentContextId` in the create options diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 0f1a0fef2..8e8620f6a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @web5/api +## 0.9.2 + +### Patch Changes + +- [#494](https://github.com/TBD54566975/web5-js/pull/494) [`d12eff8`](https://github.com/TBD54566975/web5-js/commit/d12eff8dc360dc4991325d4d686269497c13e453) Thanks [@LiranCohen](https://github.com/LiranCohen)! - When updating a record, we must include the `parentContextId` in the create options + ## 0.9.1 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index 6c9ef4128..690da6b76 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web5/api", - "version": "0.9.1", + "version": "0.9.2", "description": "SDK for accessing the features and capabilities of Web5", "type": "module", "main": "./dist/cjs/index.js",