Skip to content

Commit 1f610f9

Browse files
author
github-actions
committed
0.14.0
1 parent bc085f7 commit 1f610f9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.14.0]
10+
### Uncategorized
11+
- Add EIP-5792 methods ([#284](https://github.com/MetaMask/api-specs/pull/284))
12+
- Update codeowners ([#305](https://github.com/MetaMask/api-specs/pull/305))
13+
914
## [0.13.0]
1015
### Changed
1116
- 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 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293298
### Fixed
294299
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
295300

296-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.13.0...HEAD
301+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.14.0...HEAD
302+
[0.14.0]: https://github.com/MetaMask/api-specs/compare/v0.13.0...v0.14.0
297303
[0.13.0]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.13.0
298304
[0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0
299305
[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)