Skip to content

Commit be43621

Browse files
github-actions[bot]github-actionsadonesky1
authored
0.13.0 (#304)
* 0.13.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent 9af38bd commit be43621

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.0]
10+
### Changed
11+
- Add `wallet_createSessionUnsupportedScopesExample` to the multichain spec, given a new error we throw in the wallet_createSession handler when all requested scopes are not supported ([#300](https://github.com/MetaMask/api-specs/pull/300))
12+
913
## [0.12.0]
1014
### Changed
1115
- **BREAKING:** Add empty sessionProperties values as expected return from wallet_createSession ([#297](https://github.com/MetaMask/api-specs/pull/297))
@@ -289,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
289293
### Fixed
290294
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
291295

292-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.12.0...HEAD
296+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.13.0...HEAD
297+
[0.13.0]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.13.0
293298
[0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0
294299
[0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0
295300
[0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17

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.12.0",
39+
"version": "0.13.0",
4040
"engines": {
4141
"node": "^18.20 || ^20.17 || >=22"
4242
}

0 commit comments

Comments
 (0)