diff --git a/CHANGELOG.md b/CHANGELOG.md index 1484134..e992d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[0.3.0](https://github.com/multiversx/mx-wallet-dapp/pull/48)] - 2024-08-02 - [Fix IFrame Provider issues](https://github.com/multiversx/mx-wallet-dapp/pull/47) - [Implement IFrameProvider](https://github.com/multiversx/mx-wallet-dapp/pull/46) diff --git a/package-lock.json b/package-lock.json index f3e792c..2e97bac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@multiversx/sdk-web-wallet-cross-window-provider", - "version": "0.3.0-alpha.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@multiversx/sdk-web-wallet-cross-window-provider", - "version": "0.3.0-alpha.2", + "version": "0.3.0", "license": "GPL-3.0-or-later", "dependencies": { "@types/jest": "^29.5.11", diff --git a/package.json b/package.json index 035883b..8b3064e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-web-wallet-cross-window-provider", - "version": "0.3.0-alpha.2", + "version": "0.3.0", "description": "Signing provider for dApps: Cross Window", "main": "out/index.js", "types": "out/index.d.js",