Skip to content

Commit bba077c

Browse files
github-actions[bot]github-actionsffmcgee725adonesky1
authored
0.10.17 (#288)
* 0.10.17 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Alex Donesky <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: ffmcgee <[email protected]> Co-authored-by: Alex Donesky <[email protected]>
1 parent d01c024 commit bba077c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.10.17]
10+
### Changed
11+
- modify ordering of methods in `sessionScopes` to satisfy strict API specs testing requirements ([#287](https://github.com/MetaMask/api-specs/pull/287))
12+
913
## [0.10.16]
1014
### Changed
1115
- 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))
16+
1217
### Fixed
1318
- Fix spec for doc rendering ([#282](https://github.com/MetaMask/api-specs/pull/282))
1419

@@ -274,7 +279,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274279
### Fixed
275280
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
276281

277-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.16...HEAD
282+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.17...HEAD
283+
[0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17
278284
[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16
279285
[0.10.15]: https://github.com/MetaMask/api-specs/compare/v0.10.14...v0.10.15
280286
[0.10.14]: https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14

Diff for: package.json

+1-1
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.16"
39+
"version": "0.10.17"
4040
}

0 commit comments

Comments
 (0)