From 713b69ed46bf9e4745bcecf03932c0de54c748c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:44:11 +0000 Subject: [PATCH] chore: release @credo-ts/push-notifications 0.7.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/push-notifications/CHANGELOG.md | 13 +++++++++++++ packages/push-notifications/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/push-notifications/CHANGELOG.md b/packages/push-notifications/CHANGELOG.md index 31cd847d..e2562ea4 100644 --- a/packages/push-notifications/CHANGELOG.md +++ b/packages/push-notifications/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/push-notifications-v0.6.0...push-notifications-v0.7.0) (2024-03-14) + + +### ⚠ BREAKING CHANGES + +* update to credo 0.5 stable (#250) +* update to credo 0.5 (#239) + +### 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)) +* update to credo 0.5 stable ([#250](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/250)) ([2e1fda8](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/2e1fda896d166306dc051284e7c8016cd8111f1d)) + ## [0.6.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/push-notifications-v0.5.0...push-notifications-v0.6.0) (2023-08-14) diff --git a/packages/push-notifications/package.json b/packages/push-notifications/package.json index 471d32ec..c72f54be 100644 --- a/packages/push-notifications/package.json +++ b/packages/push-notifications/package.json @@ -2,7 +2,7 @@ "name": "@credo-ts/push-notifications", "main": "build/index", "types": "build/index", - "version": "0.6.0", + "version": "0.7.0", "files": [ "build" ],