Skip to content

Commit 2706c59

Browse files
github-actions[bot]github-actionsadonesky1
authored
0.14.0 (#306)
* 0.14.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent 0861d31 commit 2706c59

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.14.0]
10+
### Added
11+
- Add EIP-5792 methods: `wallet_sendCalls`, `wallet_getCallsStatus`, `wallet_getCapabilities` ([#284](https://github.com/MetaMask/api-specs/pull/284))
12+
913
## [0.13.0]
1014
### Changed
1115
- 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))
@@ -293,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293297
### Fixed
294298
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
295299

296-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.13.0...HEAD
300+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.14.0...HEAD
301+
[0.14.0]: https://github.com/MetaMask/api-specs/compare/v0.13.0...v0.14.0
297302
[0.13.0]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.13.0
298303
[0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0
299304
[0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0

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

0 commit comments

Comments
 (0)