@metamask/institutional-wallet-snap 0.3.1 → 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,25 @@ 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
+
17
+ ## [1.0.0]
18
+ ### Changed
19
+ - Show account creation errors to the user ([#46](https://github.com/MetaMask/snap-institutional-wallet/pull/46))
20
+ - Explicitly check if a method is suppported for an account ([#45](https://github.com/MetaMask/snap-institutional-wallet/pull/45))
21
+ - Fix potential redos finding ([#44](https://github.com/MetaMask/snap-institutional-wallet/pull/44))
22
+ - Don't poll requests if the client is locked ([#43](https://github.com/MetaMask/snap-institutional-wallet/pull/43))
23
+ - Add waterballoons dev environments ([#39](https://github.com/MetaMask/snap-institutional-wallet/pull/39))
24
+ - Add tests for ECA-3 Custodian type ([#38](https://github.com/MetaMask/snap-institutional-wallet/pull/38))
25
+ - Audit remediation ([#37](https://github.com/MetaMask/snap-institutional-wallet/pull/37))
26
+ - Add tests for keyring.ts ([#36](https://github.com/MetaMask/snap-institutional-wallet/pull/36))
27
+
9
28
  ## [0.3.1]
10
29
  ### Changed
11
30
  - Fix custodian permissions ([#34](https://github.com/MetaMask/snap-institutional-wallet/pull/34))
@@ -27,7 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
46
  ### Changed
28
47
  - Initial release
29
48
 
30
- [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...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
51
+ [1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
31
52
  [0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
32
53
  [0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
33
54
  [0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10