Skip to content

Commit ae79446

Browse files
committed
Version v12.13.1
1 parent 2b8c861 commit ae79446

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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+
## [12.13.1]
10+
### Uncategorized
11+
- fix: Remove previousUserTraits from metametrics controller state ([#30621](https://github.com/MetaMask/metamask-extension/pull/30621))
12+
913
## [12.13.0]
1014
### Added
1115
- 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
57705774
- Added the ability to restore accounts from seed words.
57715775

57725776

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
57745779
[12.13.0]: https://github.com/MetaMask/metamask-extension/compare/v12.12.0...v12.13.0
57755780
[12.12.0]: https://github.com/MetaMask/metamask-extension/compare/v12.11.0...v12.12.0
57765781
[12.11.0]: https://github.com/MetaMask/metamask-extension/compare/v12.10.4...v12.11.0

package.json

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

0 commit comments

Comments
 (0)