Skip to content

Commit 350a469

Browse files
committed
chore(release): 0.36.0
1 parent 335aee4 commit 350a469

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.36.0](https://github.com/assert-equals/DappDriver/compare/v0.35.0...v0.36.0) (2026-03-09)
6+
7+
8+
### Features
9+
10+
* add comparators isAtMost ([1df755d](https://github.com/assert-equals/DappDriver/commit/1df755d329f1b7bf9f7d9c4dd824af138184de06))
11+
* get page HTML source ([83bd871](https://github.com/assert-equals/DappDriver/commit/83bd8710606d467f1e74b0cd132da090bb1a5725))
12+
* navigate forwards in the browser history ([98f4ad3](https://github.com/assert-equals/DappDriver/commit/98f4ad3abf7659a5f24934aecd0b9164a52ef89d))
13+
* support chrome extension side panel ([e740873](https://github.com/assert-equals/DappDriver/commit/e740873830228ec63ee2089acb12741ec0063109))
14+
* update metamask flask page objects ([f5a1ed3](https://github.com/assert-equals/DappDriver/commit/f5a1ed3c4e6d44cdd008680251089946c8cf4ad6))
15+
* update metamask page objects ([335aee4](https://github.com/assert-equals/DappDriver/commit/335aee44e0d0c5d36c04fd5cb448ac796a3d04cc))
16+
* update window management ([4ac606d](https://github.com/assert-equals/DappDriver/commit/4ac606d050652fe35d4337678d74a96138173c64))
17+
* update zerion page objects ([3ee3f41](https://github.com/assert-equals/DappDriver/commit/3ee3f41596b6bfafa3572c1b71ff3cda343eee64))
18+
19+
20+
### Bug Fixes
21+
22+
* load installed extension ([b880cc4](https://github.com/assert-equals/DappDriver/commit/b880cc49e6b9043f9633643f08c1723560a1cbdf))
23+
* use Chrome for Testing ([ca10e8f](https://github.com/assert-equals/DappDriver/commit/ca10e8fe86c3e6eb7b808d9f8be7755573099265))
24+
525
## [0.35.0](https://github.com/assert-equals/DappDriver/compare/v0.34.1...v0.35.0) (2025-05-21)
626

727

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.35.0",
3+
"version": "0.36.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)