|
1 | 1 | # Changelog
|
2 |
| - |
3 | 2 | All notable changes to this project will be documented in this file.
|
4 | 3 |
|
5 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 | 6 |
|
8 | 7 | ## [Unreleased]
|
9 | 8 |
|
10 |
| -## [0.0.1] |
| 9 | +## [0.1.0] |
| 10 | +### Uncategorized |
| 11 | +- chore: remove failing test |
| 12 | +- chore: fix manifest |
| 13 | +- chore: fix saturn dev |
| 14 | +- chore: validate that custodians did not change parameters when signing |
| 15 | +- chore: rename everything to institutional |
| 16 | +- fix: remove interfaceId from context |
| 17 | +- chore: refactor |
| 18 | +- Merge branch 'main' into MMI-XXX-local-api-upgrade |
| 19 | +- chore: lock down permissions ([#13](https://github.com/MetaMask/snap-institutional-wallet/pull/13)) |
| 20 | +- Add documentation ([#15](https://github.com/MetaMask/snap-institutional-wallet/pull/15)) |
| 21 | +- chore: support refresh token change by API |
| 22 | +- docs: add documentation including integration docs |
| 23 | +- lint fixes |
| 24 | +- chore: lock down permissions |
| 25 | +- chore: support sending transactions and sign typed data on local test custodian API |
| 26 | +- chore: fix lint, prettier, add changelogs and fix tests |
| 27 | +- refactor: refactor how requests work |
| 28 | +- feat: add homepage and token add/remove |
| 29 | +- chore: enable and disable custodians |
| 30 | +- chore: more linting and cleanup |
| 31 | +- chore: remove all the unused code and exports |
| 32 | +- chore: fix lint part 3 |
| 33 | +- chore: final lint fixes |
| 34 | +- chore: lint |
| 35 | +- chore: lint fix |
| 36 | +- Initial commit |
11 | 37 |
|
| 38 | +## [0.0.1] |
12 | 39 | ### Added
|
13 |
| - |
14 | 40 | - Initial commit
|
15 | 41 |
|
16 |
| -[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...HEAD |
| 42 | +[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD |
| 43 | +[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0 |
17 | 44 | [0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1
|
0 commit comments