From 118fd3a4c6cc88ce92a9ab41b880c1353672440d Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Tue, 3 Sep 2024 22:15:29 +0100 Subject: [PATCH] chore(release): 0.25.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f56f82..1aa007c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.25.0](https://github.com/assert-equals/DappDriver/compare/v0.24.2...v0.25.0) (2024-09-03) + +### Features + +- onboarding enter srp ([43c429a](https://github.com/assert-equals/DappDriver/commit/43c429a5fa9d75b5ce020e3779630959fb38ead7)) +- set window size ([f4c06fa](https://github.com/assert-equals/DappDriver/commit/f4c06faaddfbcd04c00cb75d68e7e73b5d6759b0)) +- update metamask signature page objects ([dbcf643](https://github.com/assert-equals/DappDriver/commit/dbcf643c19c425a811ada483b08c832acf291ac9)) +- update zerion signature page objects ([cd93ee6](https://github.com/assert-equals/DappDriver/commit/cd93ee6c47d9ddb14c1eb10e03e9332d3f04fd20)) + ## [0.24.2](https://github.com/assert-equals/DappDriver/compare/v0.24.1...v0.24.2) (2024-08-16) ## [0.24.1](https://github.com/assert-equals/DappDriver/compare/v0.24.0...v0.24.1) (2024-08-15) diff --git a/package.json b/package.json index f7b2b84..e9b8327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.24.2", + "version": "0.25.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",