From 4a5a61775c9d35acc5a85a9d5b0eb405d7e7b282 Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Fri, 9 Aug 2024 08:56:15 +0100 Subject: [PATCH] chore(release): 0.22.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dc8bb..45887db 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.22.1](https://github.com/assert-equals/DappDriver/compare/v0.22.0...v0.22.1) (2024-08-09) + ## [0.22.0](https://github.com/assert-equals/DappDriver/compare/v0.21.2...v0.22.0) (2024-08-07) ### Features diff --git a/package.json b/package.json index 241f9f4..ec9128c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.22.0", + "version": "0.22.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",