From 555280632cb7db203be476b575eac2d6727d6c13 Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Fri, 14 Jun 2024 19:57:53 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6da258d..9b8355f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.15.0", + "version": "0.16.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",