From 99535ed8a00069b8fa1d50a3892d3a46ec7c255c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Jan 2021 18:24:05 +0000 Subject: [PATCH] chore(release): 4.0.0-beta.14 [skip ci] # [4.0.0-beta.14](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.13...v4.0.0-beta.14) (2021-01-09) ### Features * don't allow Secret Key as password ([9aab94b](https://github.com/blockstack/stacks-wallet/commit/9aab94b8de163adc6fca394ca07fa004ec89f5ad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6fe4fb6..3a1052cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0-beta.14](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.13...v4.0.0-beta.14) (2021-01-09) + + +### Features + +* don't allow Secret Key as password ([9aab94b](https://github.com/blockstack/stacks-wallet/commit/9aab94b8de163adc6fca394ca07fa004ec89f5ad)) + # [4.0.0-beta.13](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.12...v4.0.0-beta.13) (2021-01-09) diff --git a/package.json b/package.json index 8a67c53bb..caaa0a085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.0.0-beta.13", + "version": "4.0.0-beta.14", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://www.blockstack.org/testnet-wallet",