From 85d786352bd0fefcafe853b7cedf8ab1f6aa1043 Mon Sep 17 00:00:00 2001 From: Maciej Pilarczyk Date: Wed, 16 Jan 2019 11:54:35 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 10 +++++++++- chrome/manifest.dev.json | 2 +- chrome/manifest.prod.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99f34d..c29a08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +# [0.2.1] - 2019-01-16 +### Added +- Account menu chevron ### Fixed +- Master key settings - Icons background +- Page scroll +- Manifest permissions # [0.2.0] - 2019-01-15 ### Added @@ -37,8 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Storage encryption - Docs -[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.1...HEAD +[0.2.0]: https://github.com/adshares/ads-browser-wallet/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/adshares/ads-browser-wallet/releases/tag/v0.1.0 diff --git a/chrome/manifest.dev.json b/chrome/manifest.dev.json index 10d02f9..7eea147 100644 --- a/chrome/manifest.dev.json +++ b/chrome/manifest.dev.json @@ -1,6 +1,6 @@ { "name": "ADS Wallet", - "version": "0.2.0", + "version": "0.2.1", "description": "Secure identity vault for Adshares network.", "author": "https://adshares.net/", "permissions": [ diff --git a/chrome/manifest.prod.json b/chrome/manifest.prod.json index b0223fd..4a2eb0b 100644 --- a/chrome/manifest.prod.json +++ b/chrome/manifest.prod.json @@ -1,6 +1,6 @@ { "name": "ADS Wallet", - "version": "0.2.0", + "version": "0.2.1", "description": "Secure identity vault for Adshares network.", "author": "https://adshares.net/", "permissions": [ diff --git a/package.json b/package.json index 37f333b..58af9ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ads-browser-wallet", - "version": "0.2.0", + "version": "0.2.1", "description": "Secure identity vault for Adshares network.", "private": true, "author": "Adshares ",