diff --git a/CHANGELOG.md b/CHANGELOG.md index 2586fdfc3..56e99a12b 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.12.2] + ## [10.12.0] ### Added - Add a search feature to the settings page ([#13214](https://github.com/MetaMask/metamask-extension/pull/13214)) @@ -2841,7 +2843,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.12.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.12.2...HEAD +[10.12.2]: https://github.com/MetaMask/metamask-extension/compare/v10.12.0...v10.12.2 [10.12.0]: https://github.com/MetaMask/metamask-extension/compare/v10.11.4...v10.12.0 [10.11.4]: https://github.com/MetaMask/metamask-extension/compare/v10.11.3...v10.11.4 [10.11.3]: https://github.com/MetaMask/metamask-extension/compare/v10.11.2...v10.11.3 diff --git a/package.json b/package.json index a10948d82..a30a0d52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.12.0", + "version": "10.12.2", "private": true, "repository": { "type": "git", @@ -111,8 +111,8 @@ "@keystonehq/metamask-airgapped-keyring": "0.2.1", "@material-ui/core": "^4.11.0", "@metamask/contract-metadata": "^1.31.0", - "@metamask/design-tokens": "^1.3.0", "@metamask/controllers": "^27.0.0", + "@metamask/design-tokens": "^1.3.0", "@metamask/eth-ledger-bridge-keyring": "^0.10.0", "@metamask/eth-token-tracker": "^4.0.0", "@metamask/etherscan-link": "^2.1.0",