Skip to content

Commit 7913f63

Browse files
github-actions[bot]github-actions
andauthored
12.0.0 (#378)
See changelog for more information. --- Co-authored-by: github-actions <github-actions@github.com>
1 parent 1342b5c commit 7913f63

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [12.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Consumers must now allow `NetworkController:getNetworkClientById` as a messenger action ([#347](https://github.com/MetaMask/swaps-controller/pull/347))
@@ -330,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
330332
- Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70))
331333
- Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69))
332334

333-
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v11.0.0...HEAD
335+
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v12.0.0...HEAD
336+
[12.0.0]: https://github.com/MetaMask/swaps-controller/compare/v11.0.0...v12.0.0
334337
[11.0.0]: https://github.com/MetaMask/swaps-controller/compare/v10.0.0...v11.0.0
335338
[10.0.0]: https://github.com/MetaMask/swaps-controller/compare/v9.0.12...v10.0.0
336339
[9.0.12]: https://github.com/MetaMask/swaps-controller/compare/v9.0.9...v9.0.12

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": "11.0.0",
3+
"version": "12.0.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)