File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 15.1.0]
10+ ### Changed
11+ - Update constants.ts to add a BSC url for smart transactions ([ #483 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/483 ) )
12+
13+ ### Removed
14+ - Remove unnecessary ` events ` dependency ([ #473 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/473 ) )
15+
916## [ 15.0.0]
1017### Changed
1118- ** BREAKING** : Recategorize controllers as peer dependencies ([ #472 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/472 ) )
@@ -378,7 +385,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
378385- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
379386- Initial commit
380387
381- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v15.0.0...HEAD
388+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v15.1.0...HEAD
389+ [ 15.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v15.0.0...v15.1.0
382390[ 15.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v14.0.0...v15.0.0
383391[ 14.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.2.0...v14.0.0
384392[ 13.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.1.0...v13.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/smart-transactions-controller" ,
3- "version" : " 15.0 .0" ,
3+ "version" : " 15.1 .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