Skip to content

Commit

Permalink
chore(master): release 14.0.0 (#626)
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] committed Nov 23, 2023
1 parent 0e40e69 commit 57dd05d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [14.0.0](https://github.com/hugomrdias/playwright-test/compare/v13.0.1...v14.0.0) (2023-11-23)


### ⚠ BREAKING CHANGES

* config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS

### Features

* config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS ([6d6892f](https://github.com/hugomrdias/playwright-test/commit/6d6892f5422f158b90c1c984421cf34e10a11d2b))


### Bug Fixes

* update playwright and lilconfig ([0e40e69](https://github.com/hugomrdias/playwright-test/commit/0e40e69bf9e84d4c590b3e28d3eadf6a2ffba905))

## [13.0.1](https://github.com/hugomrdias/playwright-test/compare/v13.0.0...v13.0.1) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-test",
"type": "module",
"version": "13.0.1",
"version": "14.0.0",
"description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit 57dd05d

Please sign in to comment.