Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 41df7ae

Browse files
github-actions[bot]github-actionsinfiniteflower
authored
13.0.0 (#402)
This is the release candidate for version 13.0.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: infiniteflower <139582705+infiniteflower@users.noreply.github.com>
1 parent 50a9479 commit 41df7ae

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.0.0]
11+
12+
### Changed
13+
14+
- Allow immediate fetching of `topAssets` without changing the network by relying on `state.chainCache[chainId].topAssetsLastFetched` instead of `state.topAssetsLastFetched` ([#401](https://github.com/MetaMask/swaps-controller/pull/401))
15+
- **BREAKING:** Remove `state.topAssetsLastFetched` ([#401](https://github.com/MetaMask/swaps-controller/pull/401))
16+
1017
## [12.1.0]
1118

1219
### Changed
@@ -341,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
341348
- Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70))
342349
- Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69))
343350

344-
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v12.1.0...HEAD
351+
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v13.0.0...HEAD
352+
[13.0.0]: https://github.com/MetaMask/swaps-controller/compare/v12.1.0...v13.0.0
345353
[12.1.0]: https://github.com/MetaMask/swaps-controller/compare/v12.0.0...v12.1.0
346354
[12.0.0]: https://github.com/MetaMask/swaps-controller/compare/v11.0.0...v12.0.0
347355
[11.0.0]: https://github.com/MetaMask/swaps-controller/compare/v10.0.0...v11.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/swaps-controller",
3-
"version": "12.1.0",
3+
"version": "13.0.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)