diff --git a/CHANGELOG.md b/CHANGELOG.md index fd27339..4c3bc1a 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.0.6](https://github.com/xtonwallet/web-extension/compare/v2.0.5...v2.0.6) +## [v2.0.7](https://github.com/xtonwallet/web-extension/compare/v2.0.6...v2.0.7) + +### Commits + +- new version 2.0.6 [`c4c194c`](https://github.com/xtonwallet/web-extension/commit/c4c194caedcbab5d807f003f669d316617251ce6) +- fix for bug, when account storage is not initialized [`ac862eb`](https://github.com/xtonwallet/web-extension/commit/ac862ebb08696a66ec7a7811aef4c83f3643ef1f) + +## [v2.0.6](https://github.com/xtonwallet/web-extension/compare/v2.0.5...v2.0.6) - 2022-12-29 ### Commits diff --git a/src/manifest.json b/src/manifest.json index 6503796..9636a39 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "homepage_url": "https://xtonwallet.com/", - "version": "2.0.6", + "version": "2.0.7", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__",