diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdd490b..d91824fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [7.0.3](https://www.github.com/hugomrdias/playwright-test/compare/v7.0.2...v7.0.3) (2021-08-19) + + +### Bug Fixes + +* **deps:** bump esbuild from 0.12.15 to 0.12.21 ([#279](https://www.github.com/hugomrdias/playwright-test/issues/279)) ([5d1a824](https://www.github.com/hugomrdias/playwright-test/commit/5d1a824176a16dcd7388a216426a612450251da6)) + ### [7.0.2](https://www.github.com/hugomrdias/playwright-test/compare/v7.0.1...v7.0.2) (2021-07-15) diff --git a/package.json b/package.json index d0ab497e..0483c923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-test", - "version": "7.0.2", + "version": "7.0.3", "description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.", "repository": "hugomrdias/playwright-test", "author": "Hugo Dias (hugodias.me)",