Skip to content

Commit

Permalink
chore: release 7.0.0 (#258)
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 Jul 13, 2021
1 parent fbfd613 commit 36bc35a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [7.0.0](https://www.github.com/hugomrdias/playwright-test/compare/v6.0.0...v7.0.0) (2021-07-13)


### ⚠ BREAKING CHANGES

* shouldn't break anything but a lot changed internally so to be same review your tests!

### Features

* new watcher and better sw ([fbfd613](https://www.github.com/hugomrdias/playwright-test/commit/fbfd61319a384d4deade5f7fdca5341b890eeaf6))


### Bug Fixes

* cli version read and catch cli action errors ([db3709c](https://www.github.com/hugomrdias/playwright-test/commit/db3709ca4c61b1d9d4be24fc605c075af37e84ea))
* remove debug output from internal tools ([7f08409](https://www.github.com/hugomrdias/playwright-test/commit/7f084092dbab7fc47622a26636a9903cfff72622))

## [6.0.0](https://www.github.com/hugomrdias/playwright-test/compare/v5.0.0...v6.0.0) (2021-07-07)


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": "6.0.0",
"version": "7.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 36bc35a

Please sign in to comment.