diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1617a5a1 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index b39127b8..6ce9d4ad 100644 --- a/package.json +++ b/package.json @@ -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 (hugodias.me)",