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
66
77## [ Unreleased]
88
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+
915## [ 13.1.0]
1016### Changed
1117- 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
350356- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
351357- Initial commit
352358
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
354361[ 13.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.0.0...v13.1.0
355362[ 13.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v12.0.1...v13.0.0
356363[ 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 11{
22 "name" : " @metamask/smart-transactions-controller" ,
3- "version" : " 13.1 .0" ,
3+ "version" : " 13.2 .0" ,
44 "description" : " Improves success rates for swaps by trialing transactions privately and finding minimum fees" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments