File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments