diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..37adff573 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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. + +### [0.5.1](https://github.com/aeternity/superhero-wallet/compare/v0.5.0...v0.5.1) (2021-01-22) + + +### Features + +* **changelog:** build using standard-version ([505412b](https://github.com/aeternity/superhero-wallet/commit/505412b59fff07e3879835e5bef86457ab595ea7)) + + +### Bug Fixes + +* set success message as a div ([9b19b15](https://github.com/aeternity/superhero-wallet/commit/9b19b1558a955ad9a82fdf0b49e26926654a193d)) diff --git a/config.xml b/config.xml index 92df357af..22d8a75ea 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 52c886c0c..eccacb65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "superhero-wallet", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3058,7 +3058,7 @@ "integrity": "sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==" }, "aeternity-fungible-token": { - "version": "github:mradkov/aeternity-fungible-token#edd903221db2516ebf9a2d6584db1dab261a06b8", + "version": "github:mradkov/aeternity-fungible-token#e74b5785042a2b6d2b19065158e7b1c8dff1f16b", "from": "github:mradkov/aeternity-fungible-token", "requires": { "@aeternity/aepp-sdk": "^7.7.0", @@ -19295,11 +19295,11 @@ "version": "github:aeternity/tipping-contract#e8bcc9589766c97a9cd755b45eb692b3821f882c", "from": "github:aeternity/tipping-contract#develop", "requires": { - "@aeternity/aepp-sdk": "^7.7.0", + "@aeternity/aepp-sdk": "^7.6.0", "aeproject-config": "^2.2.0", "aeproject-lib": "^2.2.0", "aeproject-utils": "^2.2.0", - "bignumber.js": "^9.0.1", + "bignumber.js": "^9.0.0", "chai": "^4.2.0", "esm": "^3.2.25" }, diff --git a/package.json b/package.json index c348372a6..0585a5533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superhero-wallet", - "version": "0.5.0", + "version": "0.5.1", "description": "Superhero wallet", "author": "Superhero", "license": "MIT",