File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 11.13.3]
10
+ ### Fixed
11
+ - [ MMI] Adds required variable to prod env ([ #23879 ] ( https://github.com/MetaMask/metamask-extension/pull/23879 ) )
12
+
9
13
## [ 11.13.2]
10
14
### Fixed
11
15
- [ 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
4555
4559
- Added the ability to restore accounts from seed words.
4556
4560
4557
4561
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
4559
4564
[ 11.13.2 ] : https://github.com/MetaMask/metamask-extension/compare/v11.13.1...v11.13.2
4560
4565
[ 11.13.1 ] : https://github.com/MetaMask/metamask-extension/compare/v11.13.0...v11.13.1
4561
4566
[ 11.13.0 ] : https://github.com/MetaMask/metamask-extension/compare/v11.12.4...v11.13.0
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ buildTypes:
104
104
env :
105
105
- INFURA_MMI_PROJECT_ID
106
106
- SEGMENT_MMI_WRITE_KEY
107
+ - SENTRY_MMI_DSN
107
108
- INFURA_ENV_KEY_REF : INFURA_MMI_PROJECT_ID
108
109
- SEGMENT_WRITE_KEY_REF : SEGMENT_MMI_WRITE_KEY
109
110
- ALLOW_LOCAL_SNAPS : false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamask-crx" ,
3
- "version" : " 11.13.2 " ,
3
+ "version" : " 11.13.3 " ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments