From 648d398ccc7da4e5213328473d6824dbb456976d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Oct 2025 17:49:20 +0000 Subject: [PATCH 1/2] 0.18.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28483fc..db4a309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] + +### Uncategorized + +- feat: Add MM Connect integration ([#83](https://github.com/MetaMask/test-dapp-multichain/pull/83)) +- chore: Remove jest and test job ([#84](https://github.com/MetaMask/test-dapp-multichain/pull/84)) +- feat: Adds Bitcoin to the list of networks ([#82](https://github.com/MetaMask/test-dapp-multichain/pull/82)) + ## [0.17.1] ### Changed @@ -227,7 +235,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.17.1...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.1...v0.18.0 [0.17.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.15.0...v0.16.0 diff --git a/package.json b/package.json index 07516b2..5a2f4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp-multichain", - "version": "0.17.1", + "version": "0.18.0", "description": "A test dapp for multichain api", "homepage": "https://metamask.github.io/test-dapp-multichain", "bugs": { From 13e9042096b561607953e9194e838d683bcc2c37 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 29 Oct 2025 10:55:29 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4a309..09ced9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.18.0] -### Uncategorized +### Added -- feat: Add MM Connect integration ([#83](https://github.com/MetaMask/test-dapp-multichain/pull/83)) -- chore: Remove jest and test job ([#84](https://github.com/MetaMask/test-dapp-multichain/pull/84)) +- feat: Add MM Connect integration (mobile only) ([#83](https://github.com/MetaMask/test-dapp-multichain/pull/83)) - feat: Adds Bitcoin to the list of networks ([#82](https://github.com/MetaMask/test-dapp-multichain/pull/82)) ## [0.17.1]