Skip to content

Commit b505e95

Browse files
chore(main): release 0.15.0 (#37)
1 parent a68f208 commit b505e95

5 files changed

Lines changed: 25 additions & 5 deletions

File tree

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.14.2" }
1+
{ ".": "0.15.0" }

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/regseb/playwright-ghost/compare/v0.14.2...v0.15.0) (2025-10-05)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- Remove deprecated plugin export from `"playwright-ghost"`. Now plugins are
8+
only available from `"playwright-ghost/plugins"`:
9+
10+
```javascript
11+
import plugins from "playwright-ghost/plugins";
12+
```
13+
14+
### Bug Fixes
15+
16+
- **plugin/userAgent:** Change user agent with Firefox.
17+
([dfbfd5f](https://github.com/regseb/playwright-ghost/commit/dfbfd5f5990bdd500ae91dc9dbefae992ff85e1b))
18+
- **plugin/xvfb:** Support Chromium 140 (with use Wayland).
19+
([4c8d50b](https://github.com/regseb/playwright-ghost/commit/4c8d50b29be6ec08926d7e3d7066ca53e11e442d))
20+
- Remove deprecated plugins.
21+
([0d12cff](https://github.com/regseb/playwright-ghost/commit/0d12cff41fdd5e5402e1cbf2c549310b909a4b4c))
22+
323
## [0.14.2](https://github.com/regseb/playwright-ghost/compare/v0.14.1...v0.14.2) (2025-08-02)
424

525
### Bug Fixes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regseb/playwright-ghost",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.js",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-ghost",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "Playwright with plugins to be a ghost.",
55
"keywords": [
66
"playwright",

0 commit comments

Comments
 (0)