Skip to content

Commit e6ba3ee

Browse files
github-actions[bot]github-actionsjiexi
authored
0.10.14 (#280)
* 0.10.14 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jiexi Luan <[email protected]>
1 parent 1f76392 commit e6ba3ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.10.14]
10+
### Uncategorized
11+
- Update `wallet_createSession` examples ([#279](https://github.com/MetaMask/api-specs/pull/279))
12+
- Fix spec for doc rendering (Part 1) ([#277](https://github.com/MetaMask/api-specs/pull/277))
13+
- Add `wallet_swapAsset` ([#201](https://github.com/MetaMask/api-specs/pull/201))
14+
915
## [0.10.13]
1016
### Uncategorized
1117
- Add multichain tag ([#275](https://github.com/MetaMask/api-specs/pull/275))
@@ -258,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258264
### Fixed
259265
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
260266

261-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.13...HEAD
267+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.14...HEAD
268+
[0.10.14]: https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14
262269
[0.10.13]: https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13
263270
[0.10.12]: https://github.com/MetaMask/api-specs/compare/v0.10.11...v0.10.12
264271
[0.10.11]: https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11

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

0 commit comments

Comments
 (0)