Skip to content

Commit

Permalink
chore(master): release 13.0.0 (#621)
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 13, 2023
1 parent b392f7d commit 31d3ce2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [13.0.0](https://github.com/hugomrdias/playwright-test/compare/v12.6.1...v13.0.0) (2023-11-13)


### ⚠ BREAKING CHANGES

* before/after hooks receive the runner env instead of just the options.

### Features

* before/after hooks receive the runner env instead of just the options. ([b392f7d](https://github.com/hugomrdias/playwright-test/commit/b392f7d9c629927c47ee815c2de1f00fc100accd))

## [12.6.1](https://github.com/hugomrdias/playwright-test/compare/v12.6.0...v12.6.1) (2023-11-13)


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": "12.6.1",
"version": "13.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 31d3ce2

Please sign in to comment.