Skip to content

Commit 5d4aaa1

Browse files
committed
chore(release): v10.12.6
1 parent f4f0c5e commit 5d4aaa1

File tree

24 files changed

+77
-29
lines changed

24 files changed

+77
-29
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.12.6](https://github.com/microlinkhq/browserless/compare/v10.12.5...v10.12.6) (2026-04-06)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.12.5](https://github.com/microlinkhq/browserless/compare/v10.12.4...v10.12.5) (2026-03-17)
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.12.5",
5+
"version": "10.12.6",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

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.12.6](https://github.com/microlinkhq/browserless/compare/v10.12.5...v10.12.6) (2026-04-06)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.12.5](https://github.com/microlinkhq/browserless/compare/v10.12.4...v10.12.5) (2026-03-17)
711

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

packages/browserless/package.json

Lines changed: 6 additions & 6 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.12.5",
5+
"version": "10.12.6",
66
"types": "index.d.ts",
77
"main": "src/index.js",
88
"author": {
@@ -35,10 +35,10 @@
3535
"web-scraping"
3636
],
3737
"dependencies": {
38-
"@browserless/errors": "^10.12.1",
39-
"@browserless/goto": "^10.11.4",
40-
"@browserless/pdf": "^10.12.5",
41-
"@browserless/screenshot": "^10.12.5",
38+
"@browserless/errors": "^10.12.6",
39+
"@browserless/goto": "^10.12.6",
40+
"@browserless/pdf": "^10.12.6",
41+
"@browserless/screenshot": "^10.12.6",
4242
"debug-logfmt": "~1.4.10",
4343
"kill-process-group": "~1.0.13",
4444
"p-reflect": "~2.1.0",
@@ -48,7 +48,7 @@
4848
"superlock": "~1.2.7"
4949
},
5050
"devDependencies": {
51-
"@browserless/test": "^10.11.4",
51+
"@browserless/test": "^10.12.6",
5252
"ava": "5",
5353
"ps-list": "7",
5454
"puppeteer": "24",

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.12.6](https://github.com/microlinkhq/browserless/compare/v10.12.5...v10.12.6) (2026-04-06)
7+
8+
**Note:** Version bump only for package @browserless/capture
9+
610
## [10.11.6](https://github.com/microlinkhq/browserless/compare/v10.11.5...v10.11.6) (2026-03-03)
711

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

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.6",
5+
"version": "10.12.6",
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.4",
33+
"@browserless/goto": "^10.12.6",
3434
"debug-logfmt": "~1.4.10",
3535
"ws": "~8.20.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.12.6](https://github.com/microlinkhq/browserless/compare/v10.12.5...v10.12.6) (2026-04-06)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.12.5](https://github.com/microlinkhq/browserless/compare/v10.12.4...v10.12.5) (2026-03-17)
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.12.5",
5+
"version": "10.12.6",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -34,9 +34,9 @@
3434
"web-scraping"
3535
],
3636
"dependencies": {
37-
"@browserless/capture": "^10.11.6",
37+
"@browserless/capture": "^10.12.6",
3838
"beauty-error": "~1.2.22",
39-
"browserless": "^10.12.5",
39+
"browserless": "^10.12.6",
4040
"dark-mode": "~3.0.0",
4141
"dset": "~3.1.4",
4242
"mri": "~1.2.0",

packages/errors/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.12.6](https://github.com/microlinkhq/browserless/compare/v10.12.5...v10.12.6) (2026-04-06)
7+
8+
**Note:** Version bump only for package @browserless/errors
9+
610
## [10.12.1](https://github.com/microlinkhq/browserless/compare/v10.12.0...v10.12.1) (2026-03-06)
711

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

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/errors",
33
"description": "Enhanced error handling for headless browser automation. Provides detailed, actionable error messages for debugging Puppeteer issues.",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.12.1",
5+
"version": "10.12.6",
66
"main": "index.js",
77
"author": {
88
"email": "hello@microlink.io",

0 commit comments

Comments
 (0)