@metamask/institutional-wallet-snap 1.0.0 → 1.1.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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.1.0]
10
+ ### Changed
11
+ - Enforce custodian API URL in production mode ([#49](https://github.com/MetaMask/snap-institutional-wallet/pull/49))
12
+ - Pin dependencies ([#48](https://github.com/MetaMask/snap-institutional-wallet/pull/48))
13
+
14
+ ### Fixed
15
+ - Fix get signed message with cactus ([#50](https://github.com/MetaMask/snap-institutional-wallet/pull/50))
16
+
9
17
  ## [1.0.0]
10
18
  ### Changed
11
19
  - Show account creation errors to the user ([#46](https://github.com/MetaMask/snap-institutional-wallet/pull/46))
@@ -38,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
46
  ### Changed
39
47
  - Initial release
40
48
 
41
- [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...HEAD
49
+ [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.1.0...HEAD
50
+ [1.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...v1.1.0
42
51
  [1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
43
52
  [0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
44
53
  [0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0