From 5de824bce89ad7126d07c9aab40440947f76d3e4 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Tue, 17 Sep 2024 09:57:17 +0000 Subject: [PATCH] Version v12.2.4 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad00f06ec372..bc3b1ad214ec 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] +## [12.2.4] + ## [12.2.3] ### Fixed - Fixes dapps integrating with the cosmos chain that rely on setting the `verifyingContract` field of a signature to `"cosmos"` @@ -5048,7 +5050,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.2.3...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.2.4...HEAD +[12.2.4]: https://github.com/MetaMask/metamask-extension/compare/v12.2.3...v12.2.4 [12.2.3]: https://github.com/MetaMask/metamask-extension/compare/v12.2.2...v12.2.3 [12.2.2]: https://github.com/MetaMask/metamask-extension/compare/v12.2.1...v12.2.2 [12.2.1]: https://github.com/MetaMask/metamask-extension/compare/v12.2.0...v12.2.1 diff --git a/package.json b/package.json index 541a6a7bba82..e796cab76162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "12.2.3", + "version": "12.2.4", "private": true, "repository": { "type": "git",