@metamask/accounts-controller 21.0.0 → 21.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [21.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/eth-snap-keyring` from `^8.0.0` to `^8.1.0` ([#5167](https://github.com/MetaMask/core/pull/5167))
15
+
10
16
  ## [21.0.0]
11
17
 
12
18
  ### Changed
@@ -388,7 +394,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
388
394
 
389
395
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
390
396
 
391
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...HEAD
397
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.1...HEAD
398
+ [21.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...@metamask/accounts-controller@21.0.1
392
399
  [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.2...@metamask/accounts-controller@21.0.0
393
400
  [20.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.1...@metamask/accounts-controller@20.0.2
394
401
  [20.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.0...@metamask/accounts-controller@20.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/accounts-controller",
3
- "version": "21.0.0",
3
+ "version": "21.0.1",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^8.1.0",
51
51
  "@metamask/base-controller": "^7.1.1",
52
- "@metamask/eth-snap-keyring": "^8.0.0",
52
+ "@metamask/eth-snap-keyring": "^8.1.0",
53
53
  "@metamask/keyring-api": "^13.0.0",
54
54
  "@metamask/keyring-internal-api": "^2.0.0",
55
55
  "@metamask/snaps-sdk": "^6.7.0",