From 80d2026fa078d9134e5a7ab0dd6165dc99f6260c Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Wed, 6 Nov 2024 00:24:14 +0000 Subject: [PATCH] chore(release): 0.28.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d085a8..b80dd30 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.28.1](https://github.com/assert-equals/DappDriver/compare/v0.28.0...v0.28.1) (2024-11-06) + +### Bug Fixes + +- update metamask add network page object ([c1f71d7](https://github.com/assert-equals/DappDriver/commit/c1f71d7edba94b09f170275cc7b0c6cc83f7e3c7)) + ## [0.28.0](https://github.com/assert-equals/DappDriver/compare/v0.27.0...v0.28.0) (2024-11-06) ### Features diff --git a/package.json b/package.json index ab3e31d..4db3630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.28.0", + "version": "0.28.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",