Skip to content

Commit

Permalink
Merge pull request #23891 from MetaMask/Version-v11.13.3
Browse files Browse the repository at this point in the history
Version v11.13.3
  • Loading branch information
danjm authored Apr 8, 2024
2 parents 2d19bea + 94c345f commit 0aaffd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.13.3]
### Fixed
- [MMI] Adds required variable to prod env ([#23879](https://github.com/MetaMask/metamask-extension/pull/23879))

## [11.13.2]
### Fixed
- [MMI] Updates MMI packages to latest versions ([#23841](https://github.com/MetaMask/metamask-extension/pull/23841))
Expand Down Expand Up @@ -4555,7 +4559,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/v11.13.2...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.13.3...HEAD
[11.13.3]: https://github.com/MetaMask/metamask-extension/compare/v11.13.2...v11.13.3
[11.13.2]: https://github.com/MetaMask/metamask-extension/compare/v11.13.1...v11.13.2
[11.13.1]: https://github.com/MetaMask/metamask-extension/compare/v11.13.0...v11.13.1
[11.13.0]: https://github.com/MetaMask/metamask-extension/compare/v11.12.4...v11.13.0
Expand Down
1 change: 1 addition & 0 deletions builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ buildTypes:
env:
- INFURA_MMI_PROJECT_ID
- SEGMENT_MMI_WRITE_KEY
- SENTRY_MMI_DSN
- INFURA_ENV_KEY_REF: INFURA_MMI_PROJECT_ID
- SEGMENT_WRITE_KEY_REF: SEGMENT_MMI_WRITE_KEY
- ALLOW_LOCAL_SNAPS: false
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": "11.13.2",
"version": "11.13.3",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 0aaffd1

Please sign in to comment.