Skip to content

Commit b4a46ac

Browse files
github-actions[bot]github-actionsmcmire
authored
0.11.0 (#292)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Elliot Winkler <[email protected]>
1 parent 7907227 commit b4a46ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.11.0]
10+
### Removed
11+
- **BREAKING:** Remove `wallet_swapAsset` ([#289](https://github.com/MetaMask/api-specs/pull/289))
12+
- This is not quite ready for primetime.
13+
914
## [0.10.17]
1015
### Changed
1116
- modify ordering of methods in `sessionScopes` to satisfy strict API specs testing requirements ([#287](https://github.com/MetaMask/api-specs/pull/287))
@@ -279,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
279284
### Fixed
280285
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
281286

282-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.17...HEAD
287+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.11.0...HEAD
288+
[0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0
283289
[0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17
284290
[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16
285291
[0.10.15]: https://github.com/MetaMask/api-specs/compare/v0.10.14...v0.10.15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ts-jest": "^29.0.5",
3737
"typescript": "~4.8.4"
3838
},
39-
"version": "0.10.17"
39+
"version": "0.11.0"
4040
}

0 commit comments

Comments
 (0)