Skip to content

Commit 2ef0363

Browse files
github-actions[bot]github-actionshttpJunkie
authored
16.1.0 (#501)
* 16.1.0 * fix: update changelog * fix: update readme --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: httpjunkie <[email protected]>
1 parent 20f6cbd commit 2ef0363

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [16.1.0]
10+
### Added
11+
- Add Base Sentinel endpoint to STX controller ([#500](https://github.com/MetaMask/smart-transactions-controller/pull/500))
12+
13+
### Changed
14+
- Add workflow_dispatch to security-code-scanner ([#499](https://github.com/MetaMask/smart-transactions-controller/pull/499))
15+
- SmartTransactionsController `state` should persist ([#493](https://github.com/MetaMask/smart-transactions-controller/pull/493))
16+
After opening your browser smart transactions should be preserved.
17+
918
## [16.0.1]
1019
### Fixed
1120
- Extend definition of when a regular tx is marked as failed based on a smart transaction status, clean up unsupported statuses ([#485](https://github.com/MetaMask/smart-transactions-controller/pull/485))
@@ -396,7 +405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
396405
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
397406
- Initial commit
398407

399-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...HEAD
408+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...HEAD
409+
[16.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...v16.1.0
400410
[16.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.0...v16.0.1
401411
[16.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v15.1.0...v16.0.0
402412
[15.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v15.0.0...v15.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-transactions-controller",
3-
"version": "16.0.1",
3+
"version": "16.1.0",
44
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)