From bdf87423954248be1d7fc699bb51dd325f56cea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:36:02 +0000 Subject: [PATCH] chore: release @credo-ts/rest 0.10.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/rest/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/rest/package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 4a80d22c..834b09c5 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.10.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/rest-v0.9.5...rest-v0.10.0) (2024-03-31) + + +### ⚠ BREAKING CHANGES + +* **rest:** openid4vc (#260) +* **rest:** Signed-off-by: Matthew Dean Signed-off-by: Timo Glastra Co-authored-by: Matthew Dean Co-authored-by: Ariel Gentile +* update to credo 0.5 (#239) + +### Features + +* **rest:** auth improvements ([#263](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/263)) ([791d6ee](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/791d6ee2e88d4882b72d163aad09bf654bbe6374)) +* **rest:** openid4vc ([#260](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/260)) ([e3e4026](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/e3e4026e7ac5f06358476a869b361a40304d8f82)) +* **rest:** upgrade to credo 0.5 ([#256](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/256)) ([3849aec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/3849aecc5501444cb4e9720f639f7605bcfca7ec)) + + +### Bug Fixes + +* **rest:** app setup config ([#262](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/262)) ([d09b153](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/d09b153cc8d846ff513b7cfd32df233154239419)) + + +### Miscellaneous Chores + +* update to credo 0.5 ([#239](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/239)) ([16e44ec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/16e44ec3134bf401bc98e89918a3cc5d223f90d6)) + ### [0.9.5](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/rest-v0.9.4...rest-v0.9.5) (2023-06-29) diff --git a/packages/rest/package.json b/packages/rest/package.json index 74b73c6e..11624617 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -2,7 +2,7 @@ "name": "@credo-ts/rest", "main": "build/index", "types": "build/index", - "version": "0.9.5", + "version": "0.10.0", "files": [ "build" ],