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