@metamask/institutional-wallet-snap 1.1.0 → 1.2.0

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.2.0]
10
+ ### Changed
11
+ - Remove old hacky cronjob implementation ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
12
+ - Implement "deep sleep" mechanism until the snap is used for the first time ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
13
+ - Set `displayAccountNameSuggestion` to `false` ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
14
+
15
+ ## [1.1.1]
16
+ ### Changed
17
+ - Move all dependencies to devdependencies and alphabetise ([#52](https://github.com/MetaMask/snap-institutional-wallet/pull/52))
18
+
9
19
  ## [1.1.0]
10
20
  ### Changed
11
21
  - Enforce custodian API URL in production mode ([#49](https://github.com/MetaMask/snap-institutional-wallet/pull/49))
@@ -46,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
56
  ### Changed
47
57
  - Initial release
48
58
 
49
- [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.0...HEAD
59
+ [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.1...HEAD
60
+ [1.1.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.0...v1.1.1
50
61
  [1.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...v1.1.0
51
62
  [1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
52
63
  [0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1