Skip to content

Commit

Permalink
chore: release 9.0.0 (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 28, 2023
1 parent c7873a6 commit b71bf98
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [9.0.0](https://github.com/hugomrdias/playwright-test/compare/v8.4.0...v9.0.0) (2023-04-28)


### ⚠ BREAKING CHANGES

* tests now run as ESM modules

### Features

* 'none' runner ([d205423](https://github.com/hugomrdias/playwright-test/commit/d2054238b6ecc74117676a7b1a0a4f4eebc929a7))
* tests now run as ESM modules ([e7bde86](https://github.com/hugomrdias/playwright-test/commit/e7bde86b161f950d9fc1587ad2feb50683df790f))


### Bug Fixes

* add exit code 1 on cli error ([f2f5fbb](https://github.com/hugomrdias/playwright-test/commit/f2f5fbb4bc37a66fa2d934bcc59ae26620106438))
* esm sw test ([c7873a6](https://github.com/hugomrdias/playwright-test/commit/c7873a685440fc60df37ad564da1e949e2245d64))
* fix load esm config on windows ([527dcda](https://github.com/hugomrdias/playwright-test/commit/527dcda9a37277fc65caff32574073a0aee464d1))

## [8.4.0](https://github.com/hugomrdias/playwright-test/compare/v8.3.0...v8.4.0) (2023-04-28)


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": "playwright-test",
"version": "8.4.0",
"version": "9.0.0",
"description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.",
"repository": "hugomrdias/playwright-test",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
Expand Down

0 comments on commit b71bf98

Please # to comment.