Skip to content

Commit

Permalink
update 8.2 Rc
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Feb 19, 2024
1 parent b148aac commit 7b8bbb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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.3.0]
### Added
- Add Malformed Signatures ([#290](https://github.com/MetaMask/test-dapp/pull/290))

## [8.2.0]
### Added
- Add Wallet Connect support ([#284](https://github.com/MetaMask/test-dapp/pull/284))
- Add Malformed Signatures ([#290](https://github.com/MetaMask/test-dapp/pull/290))

## [8.1.0]
### Added
Expand Down Expand Up @@ -150,8 +147,7 @@ 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.3.0...HEAD
[8.3.0]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...v8.3.0
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...HEAD
[8.2.0]: https://github.com/MetaMask/test-dapp/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/MetaMask/test-dapp/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/MetaMask/test-dapp/compare/v7.3.1...v8.0.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.3.0",
"version": "8.2.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit 7b8bbb0

Please sign in to comment.