diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4150bc..6e3cac49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.3](https://github.com/ChainSafe/dappeteer/compare/v4.0.2...v4.0.3) (2023-01-11) + + +### Bug Fixes + +* increase timeout ([#235](https://github.com/ChainSafe/dappeteer/issues/235)) ([34852cb](https://github.com/ChainSafe/dappeteer/commit/34852cbec1c5ec0415e4071e5d7f508d09b656cf)) + + +### Miscellaneous + +* test headless version ([#237](https://github.com/ChainSafe/dappeteer/issues/237)) ([18c8232](https://github.com/ChainSafe/dappeteer/commit/18c823210e19f2dacbae0d75a02bc383bab89643)) + ## [4.0.2](https://github.com/ChainSafe/dappeteer/compare/v4.0.1...v4.0.2) (2022-12-15) diff --git a/package.json b/package.json index 7a788127..a37f6778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/dappeteer", - "version": "4.0.2", + "version": "4.0.3", "description": "E2E testing for dApps using Puppeteer + MetaMask", "main": "dist/index.js", "typings": "dist/index.d.ts",