diff --git a/CHANGELOG.md b/CHANGELOG.md index 8658cc998..780edd808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/aeternity/superhero-wallet/compare/v1.1.1...v1.1.2) (2023-05-23) + + +### Bug Fixes + +* remove buy tokens on ios devices & ios platform detector ([94dc748](https://github.com/aeternity/superhero-wallet/commit/94dc7481a3ff42e0423d82f0df98bdaab4b7a1ab)) + + +### Maintenance + +* **send-modal:** support qr code with string parameters ([108cc5b](https://github.com/aeternity/superhero-wallet/commit/108cc5b2eec155ce7ee7f2012e11695ad2c2ad3f)) + ### [1.1.1](https://github.com/aeternity/superhero-wallet/compare/v1.1.0...v1.1.1) (2023-04-25) diff --git a/config.xml b/config.xml index bd0cd2490..089bc5002 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Superhero Superhero wallet diff --git a/package-lock.json b/package-lock.json index 2cb64d072..2343ce05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superhero-wallet", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "superhero-wallet", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@aeternity/aepp-sdk": "^11.0.1", diff --git a/package.json b/package.json index 2aceeb039..9cd3bf9ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superhero-wallet", - "version": "1.1.1", + "version": "1.1.2", "description": "Superhero wallet", "author": "Superhero", "license": "MIT",