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

Commit

Permalink
chore(master): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2023
1 parent 6434c83 commit ed9655a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.0.0](https://github.com/ChainSafe/dappeteer/compare/v4.0.2...v5.0.0) (2023-01-16)


### ⚠ BREAKING CHANGES

* dappeteer now runs headless by default

### Features

* dappeteer now runs headless by default ([18c8232](https://github.com/ChainSafe/dappeteer/commit/18c823210e19f2dacbae0d75a02bc383bab89643))
* set default headless mode ([#239](https://github.com/ChainSafe/dappeteer/issues/239)) ([9fcb540](https://github.com/ChainSafe/dappeteer/commit/9fcb54055cc73d9e7d31954d58332b2719819815))


### Bug Fixes

* args overwrite ([#240](https://github.com/ChainSafe/dappeteer/issues/240)) ([0a8d442](https://github.com/ChainSafe/dappeteer/commit/0a8d44237a06d86f5e7f76473ad75dda6aeb224f))
* explicitly set the default metamask interface language [#212](https://github.com/ChainSafe/dappeteer/issues/212) ([#241](https://github.com/ChainSafe/dappeteer/issues/241)) ([c148a5c](https://github.com/ChainSafe/dappeteer/commit/c148a5c8e753d5741d89a6cfdd1750aa082a9b45))
* increase timeout ([#235](https://github.com/ChainSafe/dappeteer/issues/235)) ([34852cb](https://github.com/ChainSafe/dappeteer/commit/34852cbec1c5ec0415e4071e5d7f508d09b656cf))


### Miscellaneous

* refactor to remove braking change ([#242](https://github.com/ChainSafe/dappeteer/issues/242)) ([6434c83](https://github.com/ChainSafe/dappeteer/commit/6434c8304d390e591a27692b5a84061115781111))

## [4.0.2](https://github.com/ChainSafe/dappeteer/compare/v4.0.1...v4.0.2) (2022-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/dappeteer",
"version": "4.0.2",
"version": "5.0.0",
"description": "E2E testing for dApps using Puppeteer + MetaMask",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ed9655a

Please sign in to comment.