diff --git a/.changeset/few-glasses-brake.md b/.changeset/few-glasses-brake.md deleted file mode 100644 index 56b1575ef..000000000 --- a/.changeset/few-glasses-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/dids": patch ---- - -Fixed DID DHT library regression where `kid` becomes `undefined` diff --git a/packages/dids/CHANGELOG.md b/packages/dids/CHANGELOG.md index 1a6601600..3895149b7 100644 --- a/packages/dids/CHANGELOG.md +++ b/packages/dids/CHANGELOG.md @@ -1,5 +1,11 @@ # @web5/dids +## 1.0.3 + +### Patch Changes + +- [#575](https://github.com/TBD54566975/web5-js/pull/575) [`98eeb4c`](https://github.com/TBD54566975/web5-js/commit/98eeb4cffad6d2cea4a79fc6b4811056a3aeb922) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed DID DHT library regression where `kid` becomes `undefined` + ## 1.0.2 ### Patch Changes diff --git a/packages/dids/package.json b/packages/dids/package.json index e9bf5aae6..0fc5185e4 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -1,6 +1,6 @@ { "name": "@web5/dids", - "version": "1.0.2", + "version": "1.0.3", "description": "TBD DIDs library", "type": "module", "main": "./dist/cjs/index.js",