feat: release v1.1.5 of nym-wallet

This commit is contained in:
farbanas
2022-12-22 12:12:46 +01:00
parent bdc285dbbb
commit 29f48efe49
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
## UNRELEASED
## [nym-wallet-v1.1.5](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.5) (2022-12-22)
This release contains the APY calculator feature.
## [nym-wallet-v1.1.4](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.4) (2022-12-20)
This release contains a bugfix for hiding and displaying the mnemonic, and displays the Bity wallet address in the buy page, as well as better error handling.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nymproject/nym-wallet-app",
"version": "1.1.4",
"version": "1.1.5",
"main": "index.js",
"license": "MIT",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym_wallet"
version = "1.1.4"
version = "1.1.5"
description = "Nym Native Wallet"
authors = ["Nym Technologies SA"]
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"package": {
"productName": "nym-wallet",
"version": "1.1.4"
"version": "1.1.5"
},
"build": {
"distDir": "../dist",