1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 07:16:36 +01:00

Version v10.0.3

This commit is contained in:
MetaMask Bot 2021-08-25 18:59:57 +00:00
parent d1d6eac49c
commit da30254ba4
2 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [10.0.3]
### Uncategorized
- Temporarily Disabling Mobile Sync ([#11931](https://github.com/MetaMask/metamask-extension/pull/11931))
- Updating decimal precision to 9 (getRoundedGasPrice) ([#11930](https://github.com/MetaMask/metamask-extension/pull/11930))
- Fix issue with chainId comparison in sign typed message param validation ([#11900](https://github.com/MetaMask/metamask-extension/pull/11900))
## [10.0.2] ## [10.0.2]
### Added ### Added
- [#11818](https://github.com/MetaMask/metamask-extension/pull/11818): Add gas recommendation options to cancel and speed up popovers - [#11818](https://github.com/MetaMask/metamask-extension/pull/11818): Add gas recommendation options to cancel and speed up popovers
@ -2413,7 +2419,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized ### Uncategorized
- Added the ability to restore accounts from seed words. - Added the ability to restore accounts from seed words.
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.2...HEAD [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.0.3...HEAD
[10.0.3]: https://github.com/MetaMask/metamask-extension/compare/v10.0.2...v10.0.3
[10.0.2]: https://github.com/MetaMask/metamask-extension/compare/v10.0.1...v10.0.2 [10.0.2]: https://github.com/MetaMask/metamask-extension/compare/v10.0.1...v10.0.2
[10.0.1]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...v10.0.1 [10.0.1]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/MetaMask/metamask-extension/compare/v9.8.4...v10.0.0 [10.0.0]: https://github.com/MetaMask/metamask-extension/compare/v9.8.4...v10.0.0

View File

@ -1,6 +1,6 @@
{ {
"name": "metamask-crx", "name": "metamask-crx",
"version": "10.0.2", "version": "10.0.3",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",