Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.1]

### Uncategorized

- chore: bump @metamask/connect-multichain to 0.2.1 for updated analytics support ([#93](https://github.com/MetaMask/test-dapp-multichain/pull/93))

## [0.19.0]

### Changed
Expand Down Expand Up @@ -249,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix: other linting issues
- Initial Commit of react app and module template

[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.19.1...HEAD
[0.19.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.1...v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp-multichain",
"version": "0.19.0",
"version": "0.19.1",
"description": "A test dapp for multichain api",
"homepage": "https://metamask.github.io/test-dapp-multichain",
"bugs": {
Expand Down