Skip to content

Commit 9f6fc7a

Browse files
github-actions[bot]github-actionsffmcgee725
authored
0.7.0 (#76)
* 0.7.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: ffmcgee <[email protected]>
1 parent 3825421 commit 9f6fc7a

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0]
11+
12+
### Added
13+
14+
- feat: allow partial revokes via `wallet_revokeSession` ([#75](https://github.com/MetaMask/multichain-api-client/pull/75))
15+
1016
## [0.6.5]
1117

1218
### Added
@@ -90,7 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9096

9197
- Initial release
9298

93-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...HEAD
99+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...HEAD
100+
[0.7.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...v0.7.0
94101
[0.6.5]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...v0.6.5
95102
[0.6.4]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.3...v0.6.4
96103
[0.6.3]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.2...v0.6.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/multichain-api-client",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"license": "ISC",
55
"description": "MetaMask Multichain Api Client",
66
"homepage": "https://github.com/MetaMask/multichain-api-client#readme",

0 commit comments

Comments
 (0)