Skip to content

Commit

Permalink
0.10.16 (#286)
Browse files Browse the repository at this point in the history
* 0.10.16

* update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Alex <adonesky@gmail.com>
  • Loading branch information
3 people authored Feb 18, 2025
1 parent 12426bc commit c1747d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.16]
### Changed
- 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))
### Fixed
- Fix spec for doc rendering ([#282](https://github.com/MetaMask/api-specs/pull/282))

## [0.10.15]
### Uncategorized
- Fix wallet_createSessionUnsupportedScopesExample results value [#281](https://github.com/MetaMask/api-specs/pull/281))
Expand Down Expand Up @@ -268,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))

[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.15...HEAD
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.16...HEAD
[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16
[0.10.15]: https://github.com/MetaMask/api-specs/compare/v0.10.14...v0.10.15
[0.10.14]: https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14
[0.10.13]: https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
},
"version": "0.10.15"
"version": "0.10.16"
}

0 comments on commit c1747d5

Please sign in to comment.