Skip to content

Commit 4ef9112

Browse files
github-actions[bot]github-actionsadonesky1
authored
0.12.0 (#298)
* 0.12.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent a5a91ba commit 4ef9112

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.12.0]
10+
### Changed
11+
- **BREAKING:** Add empty sessionProperties values as expected return from wallet_createSession ([#297](https://github.com/MetaMask/api-specs/pull/297))
12+
- Bump minimum Node version to v18.20 ([#294](https://github.com/MetaMask/api-specs/pull/294))
13+
914
## [0.11.0]
1015
### Removed
1116
- **BREAKING:** Remove `wallet_swapAsset` ([#289](https://github.com/MetaMask/api-specs/pull/289))
@@ -284,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284289
### Fixed
285290
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
286291

287-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.11.0...HEAD
292+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.12.0...HEAD
293+
[0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0
288294
[0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0
289295
[0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17
290296
[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ts-jest": "^29.0.5",
3737
"typescript": "~4.8.4"
3838
},
39-
"version": "0.11.0",
39+
"version": "0.12.0",
4040
"engines": {
4141
"node": "^18.20 || ^20.17 || >=22"
4242
}

0 commit comments

Comments
 (0)