@metamask/institutional-wallet-snap 1.3.0 → 1.3.2

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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.3.2]
10
+ ### Added
11
+ - chore: enable fireblocks sandboxes in prod mode, but hide ([#64](https://github.com/MetaMask/snap-institutional-wallet/pull/64))
12
+
13
+ ## [1.3.1]
14
+ ### Fixed
15
+ - Fix bugs with dev mode ([#62](https://github.com/MetaMask/snap-institutional-wallet/pull/62))
16
+
9
17
  ## [1.3.0]
10
18
  ### Added
11
19
  - Add dev mode toggle to the homepage ([#59](https://github.com/MetaMask/snap-institutional-wallet/pull/59))- feat(dev-mode-toggle): allow users to toggle developer mode ([#59](https://github.com/MetaMask/snap-institutional-wallet/pull/59))
@@ -13,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
21
  ### Changed
14
22
  - chore: show errors in the add token form ([#60](https://github.com/MetaMask/snap-institutional-wallet/pull/60))
15
23
 
16
-
17
24
  ## [1.2.1]
18
25
  ### Changed
19
26
  - Add `authentication.getIsSupported` RPC method ([#57](https://github.com/MetaMask/snap-institutional-wallet/pull/57))
@@ -71,7 +78,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
78
  ### Changed
72
79
  - Initial release
73
80
 
74
- [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.0...HEAD
81
+ [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.2...HEAD
82
+ [1.3.2]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.1...v1.3.2
83
+ [1.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.0...v1.3.1
75
84
  [1.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.1...v1.3.0
76
85
  [1.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.0...v1.2.1
77
86
  [1.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.1...v1.2.0