@metamask/institutional-wallet-snap 1.3.1 → 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,10 @@ 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
+
9
13
  ## [1.3.1]
10
14
  ### Fixed
11
15
  - Fix bugs with dev mode ([#62](https://github.com/MetaMask/snap-institutional-wallet/pull/62))
@@ -17,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
21
  ### Changed
18
22
  - chore: show errors in the add token form ([#60](https://github.com/MetaMask/snap-institutional-wallet/pull/60))
19
23
 
20
-
21
24
  ## [1.2.1]
22
25
  ### Changed
23
26
  - Add `authentication.getIsSupported` RPC method ([#57](https://github.com/MetaMask/snap-institutional-wallet/pull/57))
@@ -75,7 +78,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
78
  ### Changed
76
79
  - Initial release
77
80
 
78
- [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
79
84
  [1.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.1...v1.3.0
80
85
  [1.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.2.0...v1.2.1
81
86
  [1.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.1...v1.2.0