Skip to content

Commit 9ff2a0f

Browse files
committed
chore(release): v10.11.4
1 parent ccd6988 commit 9ff2a0f

File tree

24 files changed

+75
-27
lines changed

24 files changed

+75
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.11.3](https://github.com/microlinkhq/browserless/compare/v10.11.2...v10.11.3) (2026-03-02)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "10.11.3",
5+
"version": "10.11.4",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/benchmark/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
7+
8+
**Note:** Version bump only for package @browserless/benchmark
9+
610
## [10.11.3](https://github.com/microlinkhq/browserless/compare/v10.11.2...v10.11.3) (2026-03-02)
711

812
**Note:** Version bump only for package @browserless/benchmark

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/benchmark",
33
"description": "Performance benchmarking tool for headless browser automation. Measure CPU, GPU, timing, and screenshot performance across configurations.",
44
"homepage": "https://browserless.js.org/#/?id=benchmark",
5-
"version": "10.11.3",
5+
"version": "10.11.4",
66
"main": "src/index.js",
77
"author": {
88
"email": "josefrancisco.verdu@gmail.com",

packages/browserless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.11.3](https://github.com/microlinkhq/browserless/compare/v10.11.2...v10.11.3) (2026-03-02)
711

812
**Note:** Version bump only for package browserless

packages/browserless/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "browserless",
33
"description": "The headless Chrome/Chromium driver on top of Puppeteer. Take screenshots, generate PDFs, extract text and HTML with a production-ready API.",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.11.3",
5+
"version": "10.11.4",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"@browserless/errors": "^10.11.3",
38-
"@browserless/goto": "^10.11.3",
39-
"@browserless/pdf": "^10.11.3",
40-
"@browserless/screenshot": "^10.11.3",
38+
"@browserless/goto": "^10.11.4",
39+
"@browserless/pdf": "^10.11.4",
40+
"@browserless/screenshot": "^10.11.4",
4141
"debug-logfmt": "~1.4.8",
4242
"kill-process-group": "~1.0.13",
4343
"p-reflect": "~2.1.0",
@@ -47,7 +47,7 @@
4747
"superlock": "~1.2.6"
4848
},
4949
"devDependencies": {
50-
"@browserless/test": "^10.11.3",
50+
"@browserless/test": "^10.11.4",
5151
"ava": "5",
5252
"ps-list": "7",
5353
"tinyspawn": "latest"

packages/capture/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
7+
8+
**Note:** Version bump only for package @browserless/capture
9+
610
## [10.11.3](https://github.com/microlinkhq/browserless/compare/v10.11.2...v10.11.3) (2026-03-02)
711

812
### Bug Fixes

packages/capture/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/capture",
33
"description": "Record a Puppeteer page using tabCapture API",
44
"homepage": "https://browserless.js.org/#/?id=capturepage-options",
5-
"version": "10.11.3",
5+
"version": "10.11.4",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -30,7 +30,7 @@
3030
"webm"
3131
],
3232
"dependencies": {
33-
"@browserless/goto": "^10.11.3",
33+
"@browserless/goto": "^10.11.4",
3434
"debug-logfmt": "~1.4.8",
3535
"ws": "~8.19.0"
3636
},

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.11.3](https://github.com/microlinkhq/browserless/compare/v10.11.2...v10.11.3) (2026-03-02)
711

812
**Note:** Version bump only for package @browserless/cli

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/cli",
33
"description": "Command-line interface for headless browser automation. Take screenshots, generate PDFs, and extract content from websites.",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.11.3",
5+
"version": "10.11.4",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -34,9 +34,9 @@
3434
"web-scraping"
3535
],
3636
"dependencies": {
37-
"@browserless/capture": "^10.11.3",
37+
"@browserless/capture": "^10.11.4",
3838
"beauty-error": "~1.2.21",
39-
"browserless": "^10.11.3",
39+
"browserless": "^10.11.4",
4040
"dark-mode": "~3.0.0",
4141
"dset": "~3.1.4",
4242
"mri": "~1.2.0",

0 commit comments

Comments
 (0)