Skip to content

Commit 0aaffd1

Browse files
authored
Merge pull request #23891 from MetaMask/Version-v11.13.3
Version v11.13.3
2 parents 2d19bea + 94c345f commit 0aaffd1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.13.3]
10+
### Fixed
11+
- [MMI] Adds required variable to prod env ([#23879](https://github.com/MetaMask/metamask-extension/pull/23879))
12+
913
## [11.13.2]
1014
### Fixed
1115
- [MMI] Updates MMI packages to latest versions ([#23841](https://github.com/MetaMask/metamask-extension/pull/23841))
@@ -4555,7 +4559,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
45554559
- Added the ability to restore accounts from seed words.
45564560

45574561

4558-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.13.2...HEAD
4562+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.13.3...HEAD
4563+
[11.13.3]: https://github.com/MetaMask/metamask-extension/compare/v11.13.2...v11.13.3
45594564
[11.13.2]: https://github.com/MetaMask/metamask-extension/compare/v11.13.1...v11.13.2
45604565
[11.13.1]: https://github.com/MetaMask/metamask-extension/compare/v11.13.0...v11.13.1
45614566
[11.13.0]: https://github.com/MetaMask/metamask-extension/compare/v11.12.4...v11.13.0

builds.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ buildTypes:
104104
env:
105105
- INFURA_MMI_PROJECT_ID
106106
- SEGMENT_MMI_WRITE_KEY
107+
- SENTRY_MMI_DSN
107108
- INFURA_ENV_KEY_REF: INFURA_MMI_PROJECT_ID
108109
- SEGMENT_WRITE_KEY_REF: SEGMENT_MMI_WRITE_KEY
109110
- ALLOW_LOCAL_SNAPS: false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-crx",
3-
"version": "11.13.2",
3+
"version": "11.13.3",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)