From d07d4836fc386adeebd396ad68ea3e4431a54b45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 21:41:09 +0200 Subject: [PATCH] chore(master): release 5.1.1 (#329) 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 58cb9d99..5e7c6ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.1](https://github.com/ChainSafe/dappeteer/compare/v5.1.0...v5.1.1) (2023-05-03) + + +### Bug Fixes + +* package publish ([#328](https://github.com/ChainSafe/dappeteer/issues/328)) ([f05f174](https://github.com/ChainSafe/dappeteer/commit/f05f1749e47db31ec05afe8cea01205f837555a3)) + ## [5.1.0](https://github.com/ChainSafe/dappeteer/compare/v5.1.0...v5.1.0) (2023-05-03) diff --git a/package.json b/package.json index 4206c116..f0322155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/dappeteer", - "version": "5.1.0", + "version": "5.1.1", "description": "E2E testing for dApps using Puppeteer + MetaMask", "main": "dist/index.js", "typings": "dist/index.d.ts",