From f22ff9f5179fe117fd0053258e257f876adc4e81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:57:33 +0100 Subject: [PATCH] chore: release @credo-ts/push-notifications 0.7.1 (#254) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/push-notifications/CHANGELOG.md | 7 +++++++ packages/push-notifications/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/push-notifications/CHANGELOG.md b/packages/push-notifications/CHANGELOG.md index e2562ea4..3d729ee0 100644 --- a/packages/push-notifications/CHANGELOG.md +++ b/packages/push-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.7.1](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/push-notifications-v0.7.0...push-notifications-v0.7.1) (2024-03-14) + + +### Bug Fixes + +* link in readme ([#251](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/251)) ([1e9da29](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/1e9da29a1e77b53945c7b9b1ea669a91c16dc56c)) + ## [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) diff --git a/packages/push-notifications/package.json b/packages/push-notifications/package.json index c72f54be..f08e0489 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.7.0", + "version": "0.7.1", "files": [ "build" ],