From c89f9757789192e08b9f0760bc5790c40a515919 Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Wed, 25 Sep 2024 21:43:06 +0100 Subject: [PATCH] chore(release): 0.26.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f7476..cb5902f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.26.1](https://github.com/assert-equals/DappDriver/compare/v0.26.0...v0.26.1) (2024-09-25) + ## [0.26.0](https://github.com/assert-equals/DappDriver/compare/v0.25.1...v0.26.0) (2024-09-11) ### Features diff --git a/package.json b/package.json index 274f93f..222789d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.26.0", + "version": "0.26.1", "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",