diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b3938f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index ffd3447..c252313 100644 --- a/package.json +++ b/package.json @@ -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",