1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version v10.18.3

This commit is contained in:
MetaMask Bot 2022-08-04 19:56:00 +00:00
parent 11763a1fcb
commit 60ba129eb2
2 changed files with 11 additions and 2 deletions

View File

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.18.3]
### Uncategorized
- Version v10.18.2 RC ([#15454](https://github.com/MetaMask/metamask-extension/pull/15454))
- Update changelog v10.18.2 ([#15455](https://github.com/MetaMask/metamask-extension/pull/15455))
- add safegaurd for missing account in action ([#15450](https://github.com/MetaMask/metamask-extension/pull/15450))
- remove unnecessary usage of renderableGasButton logic ([#15422](https://github.com/MetaMask/metamask-extension/pull/15422))
- Version v10.18.2
## [10.18.2]
### Changed
- Enhance approval screen title logic ([#15406](https://github.com/MetaMask/metamask-extension/pull/15406))
@ -3103,7 +3111,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.18.2...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.18.3...HEAD
[10.18.3]: https://github.com/MetaMask/metamask-extension/compare/v10.18.2...v10.18.3
[10.18.2]: https://github.com/MetaMask/metamask-extension/compare/v10.18.1...v10.18.2
[10.18.1]: https://github.com/MetaMask/metamask-extension/compare/v10.18.0...v10.18.1
[10.18.0]: https://github.com/MetaMask/metamask-extension/compare/v10.17.0...v10.18.0

View File

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