File tree 2 files changed +7
-2
lines changed
2 files changed +7
-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
+ ## [12.13.1]
10
+ ### Uncategorized
11
+ - fix: Remove previousUserTraits from metametrics controller state ([#30621](https://github.com/MetaMask/metamask-extension/pull/30621))
12
+
9
13
## [12.13.0]
10
14
### Added
11
15
- Enable bsc for smart transactions ([#29747](https://github.com/MetaMask/metamask-extension/pull/29747))
@@ -5770,7 +5774,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
5770
5774
- Added the ability to restore accounts from seed words.
5771
5775
5772
5776
5773
- [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.13.0...HEAD
5777
+ [Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.13.1...HEAD
5778
+ [12.13.1]: https://github.com/MetaMask/metamask-extension/compare/v12.13.0...v12.13.1
5774
5779
[12.13.0]: https://github.com/MetaMask/metamask-extension/compare/v12.12.0...v12.13.0
5775
5780
[12.12.0]: https://github.com/MetaMask/metamask-extension/compare/v12.11.0...v12.12.0
5776
5781
[12.11.0]: https://github.com/MetaMask/metamask-extension/compare/v12.10.4...v12.11.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamask-crx" ,
3
- "version" : " 12.13.0 " ,
3
+ "version" : " 12.13.1 " ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments