Skip to content

Commit

Permalink
chore(release): 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Sep 11, 2024
1 parent 2de683b commit 74bec8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.26.0](https://github.com/assert-equals/DappDriver/compare/v0.25.1...v0.26.0) (2024-09-11)

### Features

- update metamask siwe page object ([2de683b](https://github.com/assert-equals/DappDriver/commit/2de683b196ef12d337583ad639405fe140cd81e4))

### Bug Fixes

- set window size ([107501d](https://github.com/assert-equals/DappDriver/commit/107501dfea6f84dd8ef9151768aa398afce25787))

## [0.25.1](https://github.com/assert-equals/DappDriver/compare/v0.25.0...v0.25.1) (2024-09-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assert-equals/dappdriver",
"version": "0.25.1",
"version": "0.26.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",
Expand Down

0 comments on commit 74bec8a

Please sign in to comment.