From a7eaf1bd7f95f4d913dfa3ec833c9af5e5886fdd Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Tue, 8 Feb 2022 01:59:41 +0000 Subject: [PATCH] Version v10.9.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19b4cb85..b4adaa968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.9.2] + ## [10.9.1] ### Fixed - Fixed application error when adding certain tokens ([#13484](https://github.com/MetaMask/metamask-extension/pull/13484)) @@ -2691,7 +2693,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.9.1...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.9.2...HEAD +[10.9.2]: https://github.com/MetaMask/metamask-extension/compare/v10.9.1...v10.9.2 [10.9.1]: https://github.com/MetaMask/metamask-extension/compare/v10.9.0...v10.9.1 [10.9.0]: https://github.com/MetaMask/metamask-extension/compare/v10.8.2...v10.9.0 [10.8.2]: https://github.com/MetaMask/metamask-extension/compare/v10.8.1...v10.8.2 diff --git a/package.json b/package.json index 98e38385e..2555ddaf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.9.1", + "version": "10.9.2", "private": true, "repository": { "type": "git",