Skip to content

Commit

Permalink
Merge pull request #26641 from MetaMask/master-sync
Browse files Browse the repository at this point in the history
chore: Master sync
  • Loading branch information
Gudahtt authored Aug 26, 2024
2 parents 4ca92eb + e1f9b96 commit 28d784e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.6]
### Changed
- Improve error diagnostics ([#26482](https://github.com/MetaMask/metamask-extension/pull/26482))

### Fixed
- Fix errors in error diagnistics on Firefox ([#26467](https://github.com/MetaMask/metamask-extension/pull/26467))
- Prevent pending transactions from causing excessive disk space usage ([#26485](https://github.com/MetaMask/metamask-extension/pull/26485))
- This is a repeat of the fix included in v12.0.1; it wasn't working for all users, but it should now.
- Prevent UI crash while signature confirmation is closing ([#26248](https://github.com/MetaMask/metamask-extension/pull/26248))

## [12.0.5]
### Fixed
- Prevent network selection per dapp from breaking if the rpc url of the currently selected network is edited ([#26453](https://github.com/MetaMask/metamask-extension/pull/26453))
Expand Down Expand Up @@ -4918,7 +4928,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.0.5...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.6...HEAD
[12.0.6]: https://github.com/MetaMask/metamask-extension/compare/v12.0.5...v12.0.6
[12.0.5]: https://github.com/MetaMask/metamask-extension/compare/v12.0.4...v12.0.5
[12.0.4]: https://github.com/MetaMask/metamask-extension/compare/v12.0.3...v12.0.4
[12.0.3]: https://github.com/MetaMask/metamask-extension/compare/v12.0.2...v12.0.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "12.0.5",
"version": "12.0.6",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 28d784e

Please sign in to comment.