@metamask/institutional-wallet-snap 1.3.2 → 1.3.3
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 +7 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.3.3]
|
|
10
|
+
### Changed
|
|
11
|
+
- chore: disable old MMI custodians, add cubist prod ([#68](https://github.com/MetaMask/snap-institutional-wallet/pull/68))
|
|
12
|
+
- chore: use typed sign v4 where appropriate ([#66](https://github.com/MetaMask/snap-institutional-wallet/pull/66))
|
|
13
|
+
|
|
9
14
|
## [1.3.2]
|
|
10
15
|
### Added
|
|
11
16
|
- chore: enable fireblocks sandboxes in prod mode, but hide ([#64](https://github.com/MetaMask/snap-institutional-wallet/pull/64))
|
|
@@ -78,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
78
83
|
### Changed
|
|
79
84
|
- Initial release
|
|
80
85
|
|
|
81
|
-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.
|
|
86
|
+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.3...HEAD
|
|
87
|
+
[1.3.3]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.2...v1.3.3
|
|
82
88
|
[1.3.2]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.1...v1.3.2
|
|
83
89
|
[1.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.0...v1.3.1
|
|
84
90
|
[1.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.1...v1.3.0
|