Skip to content

Commit c1747d5

Browse files
github-actions[bot]github-actionsadonesky1
authored
0.10.16 (#286)
* 0.10.16 * update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alex <adonesky@gmail.com>
1 parent 12426bc commit c1747d5

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.16]
10+
### Changed
11+
- Remove `sessionProperties`, switch `requiredScopes` to `optionalScopes`, and move methods to correct scopes in multichain spec examples ([#285](https://github.com/MetaMask/api-specs/pull/285))
12+
### Fixed
13+
- Fix spec for doc rendering ([#282](https://github.com/MetaMask/api-specs/pull/282))
14+
915
## [0.10.15]
1016
### Uncategorized
1117
- Fix wallet_createSessionUnsupportedScopesExample results value [#281](https://github.com/MetaMask/api-specs/pull/281))
@@ -268,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
268274
### Fixed
269275
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
270276

271-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.15...HEAD
277+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.16...HEAD
278+
[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16
272279
[0.10.15]: https://github.com/MetaMask/api-specs/compare/v0.10.14...v0.10.15
273280
[0.10.14]: https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14
274281
[0.10.13]: https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13

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

0 commit comments

Comments
 (0)