Skip to content

Commit

Permalink
Release candidate for 8.12.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri authored Oct 24, 2024
1 parent f009a6c commit e9b7767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [8.12.0]
### Changed
- Fix enabling EIP-1559 support ([#367](https://github.com/MetaMask/test-dapp/pull/367))

## [8.11.0]
### Added
- Add NFT permit option ([#363](https://github.com/MetaMask/test-dapp/pull/363))
Expand Down Expand Up @@ -214,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...HEAD
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0
[8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0
[8.10.0]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...v8.10.0
[8.9.0]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...v8.9.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",
"version": "8.11.0",
"version": "8.12.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit e9b7767

Please sign in to comment.