Skip to content

Commit f063272

Browse files
committed
chore: update changelog
1 parent 7a1bf81 commit f063272

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/account-api/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.8.1]
10+
## [0.9.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump `@metamask/keyring-api` to `^20.0.0` ([#348](https://github.com/MetaMask/accounts/pull/348))
1115

1216
## [0.8.0]
1317

@@ -96,8 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96100

97101
- Add `AccountGroup` and `AccountWallet` ([#307](https://github.com/MetaMask/accounts/pull/307))
98102

99-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.8.1...HEAD
100-
[0.8.1]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.8.0...@metamask/account-api@0.8.1
103+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.9.0...HEAD
104+
[0.9.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.8.0...@metamask/account-api@0.9.0
101105
[0.8.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.7.0...@metamask/account-api@0.8.0
102106
[0.7.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.6.0...@metamask/account-api@0.7.0
103107
[0.6.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.5.0...@metamask/account-api@0.6.0

packages/account-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-api",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "MetaMask Account API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)