Skip to content

Commit 05a94c9

Browse files
github-actions[bot]github-actions
andauthored
0.10.12 (#273)
Co-authored-by: github-actions <[email protected]>
1 parent 29ae08d commit 05a94c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.11"
39+
"version": "0.10.12"
4040
}

0 commit comments

Comments
 (0)