From c4c194caedcbab5d807f003f669d316617251ce6 Mon Sep 17 00:00:00 2001 From: XTON wallet Date: Thu, 29 Dec 2022 13:58:15 +0300 Subject: [PATCH] new version 2.0.6 --- CHANGELOG.md | 10 +++++++++- src/manifest.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee3763..fd27339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.5](https://github.com/xtonwallet/web-extension/compare/v2.0.4...v2.0.5) +## [v2.0.6](https://github.com/xtonwallet/web-extension/compare/v2.0.5...v2.0.6) + +### Commits + +- fix for a case when web application is opened [`5cc36b8`](https://github.com/xtonwallet/web-extension/commit/5cc36b84efbcfe409d53cc41cc111e59c139148f) +- fix for locale detecting, fix bug with restoring [`2c9f5c0`](https://github.com/xtonwallet/web-extension/commit/2c9f5c0746a74a412ad66fd46c77fea6e1733dff) +- new version 2.0.5 [`9620f47`](https://github.com/xtonwallet/web-extension/commit/9620f4783c36854c41704e997cac7876f8a00335) + +## [v2.0.5](https://github.com/xtonwallet/web-extension/compare/v2.0.4...v2.0.5) - 2022-12-26 ### Commits diff --git a/src/manifest.json b/src/manifest.json index 3d92c70..6503796 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "homepage_url": "https://xtonwallet.com/", - "version": "2.0.5", + "version": "2.0.6", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__",