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

Commit 021cf1f

Browse files
github-actions[bot]github-actionsdan437
authored
12.1.0 (#391)
This is the release candidate for version 12.1.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Daniel <80175477+dan437@users.noreply.github.com>
1 parent f829c2e commit 021cf1f

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Added
10+
## [12.1.0]
11+
12+
### Changed
1113

14+
- Add the "enableGasIncludedQuotes" param for fetching quotes ([#390](https://github.com/MetaMask/swaps-controller/pull/390))
15+
- Add back `rimraf` for the `build:clean` script ([#376](https://github.com/MetaMask/swaps-controller/pull/376))
16+
- Export CHAIN_ID_TO_NAME_MAP ([#383](https://github.com/MetaMask/swaps-controller/pull/383))
1217
- Export `FeatureFlags` type ([#380](https://github.com/MetaMask/swaps-controller/pull/380))
1318

1419
## [12.0.0]
@@ -336,7 +341,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
336341
- Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70))
337342
- Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69))
338343

339-
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v12.0.0...HEAD
344+
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v12.1.0...HEAD
345+
[12.1.0]: https://github.com/MetaMask/swaps-controller/compare/v12.0.0...v12.1.0
340346
[12.0.0]: https://github.com/MetaMask/swaps-controller/compare/v11.0.0...v12.0.0
341347
[11.0.0]: https://github.com/MetaMask/swaps-controller/compare/v10.0.0...v11.0.0
342348
[10.0.0]: https://github.com/MetaMask/swaps-controller/compare/v9.0.12...v10.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.0.0",
3+
"version": "12.1.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)