Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b41631d

Browse files
authored
chore: fix release please (#321)
* Revert "chore(master): release 5.1.0 (#303)" This reverts commit 1184572. * fix release please with including manifest
1 parent e7309d4 commit b41631d

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"release-as": "v5.1.0",
3+
"bootstrap-sha": "f3041fef79d8c18d624c9a5a8b58d17dffcf00a8",
4+
"last-release-sha": "f3041fef79d8c18d624c9a5a8b58d17dffcf00a8"
5+
}

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# Changelog
22

3-
## [5.1.0](https://github.com/ChainSafe/dappeteer/compare/v5.0.1...v5.1.0) (2023-04-26)
4-
5-
6-
### Features
7-
8-
* triage issues github actions ([#301](https://github.com/ChainSafe/dappeteer/issues/301)) ([774958e](https://github.com/ChainSafe/dappeteer/commit/774958ea7dc92b77175bcbb89c736fbc72025756))
9-
* update MetaMask extension to v10.29.0 ([#312](https://github.com/ChainSafe/dappeteer/issues/312)) ([b79ab4c](https://github.com/ChainSafe/dappeteer/commit/b79ab4c74fab87747933d8f428624dcbffc3dd19))
10-
11-
12-
### Bug Fixes
13-
14-
* inaccessible under scuttling mode ([#308](https://github.com/ChainSafe/dappeteer/issues/308)) ([a41e6dd](https://github.com/ChainSafe/dappeteer/commit/a41e6dd1c7be42273173a1dc1869819841f44c6d))
15-
* update minimum `playwright` peerDependencies ([#304](https://github.com/ChainSafe/dappeteer/issues/304)) ([90f45e0](https://github.com/ChainSafe/dappeteer/commit/90f45e0921ca9544197d24aa469f186417802fd8))
16-
173
## [5.0.1](https://github.com/ChainSafe/dappeteer/compare/v5.0.0...v5.0.1) (2023-02-22)
184

195

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/dappeteer",
3-
"version": "5.1.0",
3+
"version": "5.0.1",
44
"description": "E2E testing for dApps using Puppeteer + MetaMask",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)