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

Commit 5cbf69d

Browse files
github-actions[bot]github-actionsinfiniteflower
authored
13.1.0 (#404)
This is the release candidate for version 13.1.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: infiniteflower <139582705+infiniteflower@users.noreply.github.com>
1 parent eb253bd commit 5cbf69d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [13.1.0]
11+
12+
### Changed
13+
14+
- Allow using a `chainId` or `networkClientId` to call `fetchTopAssets` ([#403](https://github.com/MetaMask/swaps-controller/pull/403))
15+
1016
## [13.0.0]
1117

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

351-
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v13.0.0...HEAD
357+
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v13.1.0...HEAD
358+
[13.1.0]: https://github.com/MetaMask/swaps-controller/compare/v13.0.0...v13.1.0
352359
[13.0.0]: https://github.com/MetaMask/swaps-controller/compare/v12.1.0...v13.0.0
353360
[12.1.0]: https://github.com/MetaMask/swaps-controller/compare/v12.0.0...v12.1.0
354361
[12.0.0]: https://github.com/MetaMask/swaps-controller/compare/v11.0.0...v12.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": "13.0.0",
3+
"version": "13.1.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)