Skip to content

Commit f14d08f

Browse files
committed
chore(release): 0.34.0
1 parent cd0a248 commit f14d08f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.34.0](https://github.com/assert-equals/DappDriver/compare/v0.33.1...v0.34.0) (2025-05-19)
6+
7+
8+
### Features
9+
10+
* check if extension exists before downloading ([f437f33](https://github.com/assert-equals/DappDriver/commit/f437f33fe986dfd57e492b9bdf3152ceaca345ed))
11+
* install and configure lint-staged ([5c067a6](https://github.com/assert-equals/DappDriver/commit/5c067a68e785dd7474dfc6da133a93ce95015807))
12+
* integrate plugin architecture for extension loading ([3e1eceb](https://github.com/assert-equals/DappDriver/commit/3e1ecebefbef3588843a997726fa563b1e6aae3b))
13+
514
## [0.33.1](https://github.com/assert-equals/DappDriver/compare/v0.33.0...v0.33.1) (2025-05-05)
615

716
## [0.33.0](https://github.com/assert-equals/DappDriver/compare/v0.32.4...v0.33.0) (2025-03-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@assert-equals/dappdriver",
3-
"version": "0.33.1",
3+
"version": "0.34.0",
44
"description": "DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)