From a8290d9ff001b975a3e5791aa495721594dfa91b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Dec 2025 09:04:49 +0000 Subject: [PATCH 1/2] 0.19.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aea70f..a115c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 5319b5b..a580d8a 100644 --- a/package.json +++ b/package.json @@ -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": { From 75b811c8ba0b55f9667ffac8550db241fc72135b Mon Sep 17 00:00:00 2001 From: ffmcgee <51971598+ffmcgee725@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:06:26 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a115c4b..fba6502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.19.1] -### Uncategorized +### Changed -- chore: bump @metamask/connect-multichain to 0.2.1 for updated analytics support ([#93](https://github.com/MetaMask/test-dapp-multichain/pull/93)) +- 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]