Skip to content

Commit

Permalink
chore: release 3.0.0 (#172)
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 6, 2021
1 parent 30cd1dc commit c11e152
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [3.0.0](https://www.github.com/hugomrdias/playwright-test/compare/v2.1.0...v3.0.0) (2021-04-06)


### ⚠ BREAKING CHANGES

* too many changes and esbuild updated

### Bug Fixes

* fix extensions, cov,formating, types, errors and workers ([#168](https://www.github.com/hugomrdias/playwright-test/issues/168)) ([9593c3d](https://www.github.com/hugomrdias/playwright-test/commit/9593c3d17a11ce7b0a6430d546d008f69c86b545))
* move fresh-tape to deps and fix cov ([#173](https://www.github.com/hugomrdias/playwright-test/issues/173)) ([30cd1dc](https://www.github.com/hugomrdias/playwright-test/commit/30cd1dcecb405c1362d264b8b6f4705e618bc029))
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": "2.1.0",
"version": "3.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 c11e152

Please sign in to comment.