Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hugomrdias/playwright-test
Browse files Browse the repository at this point in the history
* 'master' of github.com:hugomrdias/playwright-test:
  chore(master): release 14.1.8 (#689)
  • Loading branch information
hugomrdias committed Feb 11, 2025
2 parents 2652496 + 201df33 commit d67062c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [14.1.8](https://github.com/hugomrdias/playwright-test/compare/v14.1.7...v14.1.8) (2025-02-10)


### Bug Fixes

* extension testing with new chromium headless ([88b5559](https://github.com/hugomrdias/playwright-test/commit/88b555907a3de713a218ffb48fa0427929fe30a0))
* fix source map support resolve in node runner ([bad569d](https://github.com/hugomrdias/playwright-test/commit/bad569d5b63c4ae0ea27a83d3acccfff0b24257c))
* make it fast again with headless-shell and update playwright ([9bc1b16](https://github.com/hugomrdias/playwright-test/commit/9bc1b16051831c871f3b862e081d0af3b735a9c1))

## [14.1.7](https://github.com/hugomrdias/playwright-test/compare/v14.1.6...v14.1.7) (2024-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-test",
"type": "module",
"version": "14.1.7",
"version": "14.1.8",
"description": "Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit d67062c

Please sign in to comment.