From 25009f12dd4a1da50e5f48ca0209fc1b4bd29052 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 13:13:42 +0100 Subject: [PATCH] chore(master): release 4.0.1 (#227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0efac5..752d17fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/ChainSafe/dappeteer/compare/v4.0.0...v4.0.1) (2022-12-15) + + +### Bug Fixes + +* viewport size, timeouts ([#226](https://github.com/ChainSafe/dappeteer/issues/226)) ([cb6abfc](https://github.com/ChainSafe/dappeteer/commit/cb6abfc4bf751addd2e3f1746db3c4183f495c10)) + ## [4.0.0](https://github.com/ChainSafe/dappeteer/compare/v3.0.0...v4.0.0) (2022-12-15) diff --git a/package.json b/package.json index a79b2ba3..28249b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/dappeteer", - "version": "4.0.0", + "version": "4.0.1", "description": "E2E testing for dApps using Puppeteer + MetaMask", "main": "dist/index.js", "typings": "dist/index.d.ts",