diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50a8778..b269a8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/calls": "0.0.4", - "packages/user-profile": "0.0.4" + "packages/user-profile": "0.0.5" } diff --git a/packages/user-profile/CHANGELOG.md b/packages/user-profile/CHANGELOG.md index c62dbb1..1a36597 100644 --- a/packages/user-profile/CHANGELOG.md +++ b/packages/user-profile/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/2060-io/credo-ts-didcomm-ext/compare/@2060.io/credo-ts-didcomm-user-profile@v0.0.4...@2060.io/credo-ts-didcomm-user-profile@v0.0.5) (2024-09-30) + + +### Features + +* **user-profile:** support thread for profile message in API ([#29](https://github.com/2060-io/credo-ts-didcomm-ext/issues/29)) ([85c1600](https://github.com/2060-io/credo-ts-didcomm-ext/commit/85c16006705c0707d44959583d1e77cdc1f5dcd6)) + ## [0.0.4](https://github.com/2060-io/credo-ts-didcomm-ext/compare/@2060.io/credo-ts-didcomm-user-profile@v0.0.3...@2060.io/credo-ts-didcomm-user-profile@v0.0.4) (2024-09-30) diff --git a/packages/user-profile/package.json b/packages/user-profile/package.json index 886913d..614f822 100644 --- a/packages/user-profile/package.json +++ b/packages/user-profile/package.json @@ -2,7 +2,7 @@ "name": "@2060.io/credo-ts-didcomm-user-profile", "main": "build/index", "types": "build/index", - "version": "0.0.4", + "version": "0.0.5", "files": [ "build" ],