File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 13.2.0]
10
+ ### Added
11
+ - Add metrics events for Receive and Request ([ #429 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/429 ) )
12
+ - Add ` ReceiveRequest ` variant to ` MetaMetricsEvents ` enum
13
+ - Add ` Navigation ` variant to ` MetaMetricsEventCategory ` enum
14
+
9
15
## [ 13.1.0]
10
16
### Changed
11
17
- Emit a new "smartTransactionConfirmationDone" event ([ #424 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/424 ) )
@@ -350,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350
356
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
351
357
- Initial commit
352
358
353
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.1.0...HEAD
359
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.2.0...HEAD
360
+ [ 13.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.1.0...v13.2.0
354
361
[ 13.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.0.0...v13.1.0
355
362
[ 13.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v12.0.1...v13.0.0
356
363
[ 12.0.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v12.0.0...v12.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 13.1 .0" ,
3
+ "version" : " 13.2 .0" ,
4
4
"description" : " Improves success rates for swaps by trialing transactions privately and finding minimum fees" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments