Skip to content

Commit

Permalink
0.10.12 (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Oct 2, 2024
1 parent 29ae08d commit 05a94c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.12]
### Uncategorized
- Added wallet_notify + remove everything sessionId related ([#272](https://github.com/MetaMask/api-specs/pull/272))
- Added sessionChanged ([#271](https://github.com/MetaMask/api-specs/pull/271))
- Added revokeSession + add description to getSession ([#270](https://github.com/MetaMask/api-specs/pull/270))
- Added getSession ([#269](https://github.com/MetaMask/api-specs/pull/269))

## [0.10.11]
### Uncategorized
- fix: update eth spec version to latest ([#267](https://github.com/MetaMask/api-specs/pull/267))
Expand Down Expand Up @@ -247,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))

[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.11...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.12...HEAD
[0.10.12]: https://github.com/MetaMask/api-specs/compare/v0.10.11...v0.10.12
[0.10.11]: https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11
[0.10.10]: https://github.com/MetaMask/api-specs/compare/v0.10.9...v0.10.10
[0.10.9]: https://github.com/MetaMask/api-specs/compare/v0.10.8...v0.10.9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
},
"version": "0.10.11"
"version": "0.10.12"
}

0 comments on commit 05a94c9

Please sign in to comment.