@metamask/institutional-wallet-snap 0.2.10 → 0.3.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 +7 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +3 -1
- package/snap.manifest.json +5 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.3.0]
|
|
10
|
+
### Changed
|
|
11
|
+
- chore: Adjust permissions and refactor checks to support bitgo ([#32](https://github.com/MetaMask/snap-institutional-wallet/pull/32))
|
|
12
|
+
- chore: Audit remediation ([#31](https://github.com/MetaMask/snap-institutional-wallet/pull/31))
|
|
13
|
+
|
|
9
14
|
## [0.2.10]
|
|
10
15
|
### Removed
|
|
11
16
|
- chore: remove saturn and neptune dev ([#29](https://github.com/MetaMask/snap-institutional-wallet/pull/29))
|
|
@@ -18,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
23
|
### Changed
|
|
19
24
|
- Initial release
|
|
20
25
|
|
|
21
|
-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.
|
|
26
|
+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...HEAD
|
|
27
|
+
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
|
|
22
28
|
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
|
|
23
29
|
[0.2.9]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9
|
|
24
30
|
[0.2.8]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.2.8
|