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" ],