diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36ffcfe..63e45f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "react": "0.2.4", + "react": "0.2.5", "core": "0.2.3", "html": "0.2.1" } diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index eb1857e..3e040ab 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-v0.2.4...cardano-connect-with-wallet-v0.2.5) (2023-08-10) + + +### Features + +* add eternl tracker urls for cip45 p2p connect ([6e8aa96](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/6e8aa965199e6ab8a59c4523d52c916d3cb63d81)) + ## [0.2.4](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-v0.2.3...cardano-connect-with-wallet-v0.2.4) (2023-08-07) diff --git a/react/package.json b/react/package.json index 3951187..60f437a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-foundation/cardano-connect-with-wallet", - "version": "0.2.4", + "version": "0.2.5", "license": "Apache-2.0", "description": "This package aims to provide useful hooks and React components to simplify the cardano dapp integration", "dependencies": {