File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.10.12]
10+ ### Uncategorized
11+ - Added wallet_notify + remove everything sessionId related ([ #272 ] ( https://github.com/MetaMask/api-specs/pull/272 ) )
12+ - Added sessionChanged ([ #271 ] ( https://github.com/MetaMask/api-specs/pull/271 ) )
13+ - Added revokeSession + add description to getSession ([ #270 ] ( https://github.com/MetaMask/api-specs/pull/270 ) )
14+ - Added getSession ([ #269 ] ( https://github.com/MetaMask/api-specs/pull/269 ) )
15+
916## [ 0.10.11]
1017### Uncategorized
1118- fix: update eth spec version to latest ([ #267 ] ( https://github.com/MetaMask/api-specs/pull/267 ) )
@@ -247,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
247254### Fixed
248255- Fix release automation compatibility ([ #69 ] ( https://github.com/MetaMask/api-specs/pull/69 ) )
249256
250- [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.11...HEAD
257+ [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.12...HEAD
258+ [ 0.10.12 ] : https://github.com/MetaMask/api-specs/compare/v0.10.11...v0.10.12
251259[ 0.10.11 ] : https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11
252260[ 0.10.10 ] : https://github.com/MetaMask/api-specs/compare/v0.10.9...v0.10.10
253261[ 0.10.9 ] : https://github.com/MetaMask/api-specs/compare/v0.10.8...v0.10.9
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.10.11 "
39+ "version" : " 0.10.12 "
4040}
You can’t perform that action at this time.
0 commit comments