Skip to content

Commit

Permalink
Version v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Jul 31, 2024
1 parent 438168d commit bcb2309
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.1]
### Uncategorized
- fix: Fix `create_release_pull_request` OOM error ([#26249](https://github.com/MetaMask/metamask-extension/pull/26249))
- fix: Fix CircleCI `create_release_pull_request` job ([#26246](https://github.com/MetaMask/metamask-extension/pull/26246))

## [12.0.0]
### Added
- Allow users to 'Select networks for each site' ([#24274](https://github.com/MetaMask/metamask-extension/pull/24274))
Expand Down Expand Up @@ -4888,7 +4893,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.1...HEAD
[12.0.1]: https://github.com/MetaMask/metamask-extension/compare/v12.0.0...v12.0.1
[12.0.0]: https://github.com/MetaMask/metamask-extension/compare/v11.16.16...v12.0.0
[11.16.16]: https://github.com/MetaMask/metamask-extension/compare/v11.16.15...v11.16.16
[11.16.15]: https://github.com/MetaMask/metamask-extension/compare/v11.16.14...v11.16.15
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.0",
"version": "12.0.1",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit bcb2309

Please sign in to comment.