@metamask/institutional-wallet-snap 1.3.4 → 1.5.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.5.0]
10
+ ### Uncategorized
11
+ - chore: update snap version
12
+ - 1.5.0
13
+
14
+ ### Changed
15
+ - Update cubist data for onboarding ([#72](https://github.com/MetaMask/snap-institutional-wallet/pull/72))
16
+
9
17
  ## [1.3.4]
10
18
  ### Fixed
11
19
  - Handle the case where the refresh token changes during onboarding (e.g. cubist) ([#70](https://github.com/MetaMask/snap-institutional-wallet/pull/70))
@@ -87,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87
95
  ### Changed
88
96
  - Initial release
89
97
 
90
- [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.4...HEAD
98
+ [Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.5.0...HEAD
99
+ [1.5.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.4...v1.5.0
91
100
  [1.3.4]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.3...v1.3.4
92
101
  [1.3.3]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.2...v1.3.3
93
102
  [1.3.2]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.1...v1.3.2