File tree 2 files changed +10
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 15.0.0]
10
17
### Changed
11
18
- ** 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
378
385
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
379
386
- Initial commit
380
387
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
382
390
[ 15.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v14.0.0...v15.0.0
383
391
[ 14.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v13.2.0...v14.0.0
384
392
[ 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 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 15.0 .0" ,
3
+ "version" : " 15.1 .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