From 7cce0a7a52d7f890088b2d2ca78097ce0007159a Mon Sep 17 00:00:00 2001 From: PeterYinusa Date: Wed, 11 Dec 2024 20:26:57 +0000 Subject: [PATCH] chore(release): 0.32.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a4350..53afeea 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.32.0](https://github.com/assert-equals/DappDriver/compare/v0.31.1...v0.32.0) (2024-12-11) + +### Features + +- add headless wallet port configuration ([6ce7997](https://github.com/assert-equals/DappDriver/commit/6ce7997aa6d906a2b512b02bf32e1677996264f0)) + ## [0.31.1](https://github.com/assert-equals/DappDriver/compare/v0.30.0...v0.31.1) (2024-12-10) ## [0.31.0](https://github.com/assert-equals/DappDriver/compare/v0.30.0...v0.31.0) (2024-12-10) diff --git a/package.json b/package.json index c26d6a4..b293719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@assert-equals/dappdriver", - "version": "0.31.1", + "version": "0.32.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",