Skip to content

Commit 86bafec

Browse files
github-actions[bot]github-actionsjiexi
authored
0.9.0 (#55)
This is the release candidate for version 0.9.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jiexi Luan <jiexiluan@gmail.com>
1 parent 9bd84c3 commit 86bafec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0]
11+
12+
### Changed
13+
14+
- Removed caip-x envelope for Firefox window.postMessage transport ([#54](https://github.com/MetaMask/test-dapp-multichain/pull/54))
15+
1016
## [0.8.0]
1117

1218
### Added
@@ -149,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149155
- fix: other linting issues
150156
- Initial Commit of react app and module template
151157

152-
[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.8.0...HEAD
158+
[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.9.0...HEAD
159+
[0.9.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.8.0...v0.9.0
153160
[0.8.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.7.0...v0.8.0
154161
[0.7.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.6.0...v0.7.0
155162
[0.6.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.5.0...v0.6.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-dapp-multichain",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A test dapp for multichain api",
55
"homepage": "https://metamask.github.io/test-dapp-multichain",
66
"bugs": {

0 commit comments

Comments
 (0)