@metamask-previews/keyring-api 19.1.0-9522cc5 → 20.0.0-2c74956

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [20.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Add generic account type ([#323](https://github.com/metamask/accounts/pull/323))
15
+ - This change was not properly reported as breaking on the `19.1.0`.
16
+ - The `KeyringAccountType` union now has a new member type `any:account`.
17
+
10
18
  ## [19.1.0]
11
19
 
12
20
  ### Added
@@ -598,7 +606,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
598
606
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
599
607
  - Helper functions to create keyring handler in the snap.
600
608
 
601
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.1.0...HEAD
609
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.0.0...HEAD
610
+ [20.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.1.0...@metamask/keyring-api@20.0.0
602
611
  [19.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.0.0...@metamask/keyring-api@19.1.0
603
612
  [19.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@18.0.0...@metamask/keyring-api@19.0.0
604
613
  [18.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.6.0...@metamask/keyring-api@18.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-api",
3
- "version": "19.1.0-9522cc5",
3
+ "version": "20.0.0-2c74956",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",