diff --git a/CHANGELOG.md b/CHANGELOG.md index fea65dbb..58b2edf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 905fa079..4c94c9c1 100644 --- a/package.json +++ b/package.json @@ -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 (hugodias.me)", "license": "MIT",