From cf91a1b99f2402cbdc6e682b5568b5d2f7ce132d Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Thu, 4 Jul 2024 23:48:36 +0100 Subject: [PATCH] chore(release): 0.21.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8053e30..aad3b42 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.21.0](https://github.com/assert-equals/DappDriver/compare/v0.20.0...v0.21.0) (2024-07-04) + +### Features + +- deploy pages using Github Actions ([b886fde](https://github.com/assert-equals/DappDriver/commit/b886fde24bfd559e32cd881dffecce47b96a8486)) + ## [0.20.0](https://github.com/assert-equals/DappDriver/compare/v0.19.0...v0.20.0) (2024-07-01) ### Features diff --git a/package.json b/package.json index c252313..19bb03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.20.0", + "version": "0.21.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",