From 63064d7f11037dc84e49731fef4a50e55b447e69 Mon Sep 17 00:00:00 2001 From: XTON wallet Date: Mon, 8 May 2023 22:26:05 +0300 Subject: [PATCH] new version 2.1.3 --- CHANGELOG.md | 9 ++++++++- src/manifest.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bfd75..f1713bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ 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.1.2](https://github.com/xtonwallet/web-extension/compare/v2.1.1...v2.1.2) +## [v2.1.3](https://github.com/xtonwallet/web-extension/compare/v2.1.2...v2.1.3) + +### Commits + +- Added extended mode, archival txs [`9a35f66`](https://github.com/xtonwallet/web-extension/commit/9a35f66acb9f6a14db6e24f29348228b72ad67d0) +- new version 2.1.2 [`1691786`](https://github.com/xtonwallet/web-extension/commit/169178604b99f9533a086ee0281bce41fd3a156c) + +## [v2.1.2](https://github.com/xtonwallet/web-extension/compare/v2.1.1...v2.1.2) - 2023-05-03 ### Commits diff --git a/src/manifest.json b/src/manifest.json index b1a0871..de2d5d8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "homepage_url": "https://xtonwallet.com/", - "version": "2.1.2", + "version": "2.1.3", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__",