Skip to content

Commit

Permalink
chore(release): 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Jul 1, 2024
1 parent ebe849a commit d7bf8dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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.20.0](https://github.com/assert-equals/DappDriver/compare/v0.19.0...v0.20.0) (2024-07-01)

### Features

- changelog generation ([ebe849a](https://github.com/assert-equals/DappDriver/commit/ebe849a5a4e760d2edf88acb94e89a37741b4ad2))

### Bug Fixes

- add suggested token ([0799bd3](https://github.com/assert-equals/DappDriver/commit/0799bd3cbc512200b325ea45d71378d0ae606a8f))
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.19.0",
"version": "0.20.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 d7bf8dd

Please sign in to comment.