Skip to content

Commit 1fe6c49

Browse files
authored
Release candidate for version 8.13.0 (#374)
1 parent 4891658 commit 1fe6c49

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [8.13.0]
9+
### Changed
10+
- Fix malicious trade order button on test dapp ([#373](https://github.com/MetaMask/test-dapp/pull/373))
11+
812
## [8.12.0]
913
### Changed
1014
- Fix enabling EIP-1559 support ([#367](https://github.com/MetaMask/test-dapp/pull/367))
@@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218222
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
219223
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
220224

221-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...HEAD
225+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...HEAD
226+
[8.13.0]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...v8.13.0
222227
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0
223228
[8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0
224229
[8.10.0]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...v8.10.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",
3-
"version": "8.12.0",
3+
"version": "8.13.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)