diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea6474..03dc8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.22.0](https://github.com/assert-equals/DappDriver/compare/v0.21.2...v0.22.0) (2024-08-07) + +### Features + +- update metamask signature page objects ([cb868b3](https://github.com/assert-equals/DappDriver/commit/cb868b30f72f43d101e8ff5c592f89e801c2f094)) + ## [0.21.2](https://github.com/assert-equals/DappDriver/compare/v0.21.1...v0.21.2) (2024-07-31) ### Bug Fixes diff --git a/package.json b/package.json index 7158df2..241f9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.21.2", + "version": "0.22.0", "description": "DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",