@metamask/institutional-wallet-snap 1.1.1 → 1.2.1
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 +16 -0
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +1 -1
- package/snap.manifest.json +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.2.1]
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Add `authentication.getIsSupported` RPC method ([#57](https://github.com/MetaMask/snap-institutional-wallet/pull/57))
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Remove log in permissions.ts ([#56](https://github.com/MetaMask/snap-institutional-wallet/pull/56))
|
|
16
|
+
|
|
17
|
+
## [1.2.0]
|
|
18
|
+
### Changed
|
|
19
|
+
- Remove old hacky cronjob implementation ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
|
|
20
|
+
- Implement "deep sleep" mechanism until the snap is used for the first time ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
|
|
21
|
+
- Set `displayAccountNameSuggestion` to `false` ([#54](https://github.com/MetaMask/snap-institutional-wallet/pull/54))
|
|
22
|
+
|
|
9
23
|
## [1.1.1]
|
|
10
24
|
### Changed
|
|
11
25
|
- Move all dependencies to devdependencies and alphabetise ([#52](https://github.com/MetaMask/snap-institutional-wallet/pull/52))
|
|
@@ -51,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
51
65
|
- Initial release
|
|
52
66
|
|
|
53
67
|
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.1...HEAD
|
|
68
|
+
[1.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.1...v1.2.1
|
|
69
|
+
[1.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.1...v1.2.0
|
|
54
70
|
[1.1.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.0...v1.1.1
|
|
55
71
|
[1.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...v1.1.0
|
|
56
72
|
[1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
|