Skip to content

Commit cca4a81

Browse files
committed
chore(release): v10.12.5
1 parent ecfec2d commit cca4a81

File tree

10 files changed

+33
-9
lines changed

10 files changed

+33
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5](https://github.com/microlinkhq/browserless/compare/v10.12.4...v10.12.5) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **screenshot:** normalize white detection to sRGB ([#710](https://github.com/microlinkhq/browserless/issues/710)) ([ecfec2d](https://github.com/microlinkhq/browserless/commit/ecfec2dc3ae6350e13aca506ecfba5e196d7756e))
11+
612
## [10.12.4](https://github.com/microlinkhq/browserless/compare/v10.12.3...v10.12.4) (2026-03-17)
713

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

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

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

packages/browserless/package.json

Lines changed: 3 additions & 3 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.4",
5+
"version": "10.12.5",
66
"main": "src/index.js",
77
"types": "index.d.ts",
88
"author": {
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@browserless/errors": "^10.12.1",
3939
"@browserless/goto": "^10.11.4",
40-
"@browserless/pdf": "^10.12.4",
41-
"@browserless/screenshot": "^10.12.4",
40+
"@browserless/pdf": "^10.12.5",
41+
"@browserless/screenshot": "^10.12.5",
4242
"debug-logfmt": "~1.4.8",
4343
"kill-process-group": "~1.0.13",
4444
"p-reflect": "~2.1.0",

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

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

packages/cli/package.json

Lines changed: 2 additions & 2 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.4",
5+
"version": "10.12.5",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@browserless/capture": "^10.11.6",
3838
"beauty-error": "~1.2.21",
39-
"browserless": "^10.12.4",
39+
"browserless": "^10.12.5",
4040
"dark-mode": "~3.0.0",
4141
"dset": "~3.1.4",
4242
"mri": "~1.2.0",

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

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

packages/pdf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/pdf",
33
"description": "Convert websites to high-quality PDFs with customizable margins, background printing, and optimized scaling.",
44
"homepage": "https://browserless.js.org/#/?id=pdfurl-options",
5-
"version": "10.12.4",
5+
"version": "10.12.5",
66
"main": "src",
77
"author": {
88
"email": "hello@microlink.io",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@browserless/goto": "^10.11.4",
34-
"@browserless/screenshot": "^10.12.4",
34+
"@browserless/screenshot": "^10.12.5",
3535
"@kikobeats/time-span": "~1.0.11",
3636
"debug-logfmt": "~1.4.8",
3737
"pretty-ms": "~7.0.1"

packages/screenshot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5](https://github.com/microlinkhq/browserless/compare/v10.12.4...v10.12.5) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **screenshot:** normalize white detection to sRGB ([#710](https://github.com/microlinkhq/browserless/issues/710)) ([ecfec2d](https://github.com/microlinkhq/browserless/commit/ecfec2dc3ae6350e13aca506ecfba5e196d7756e))
11+
612
## [10.12.4](https://github.com/microlinkhq/browserless/compare/v10.12.3...v10.12.4) (2026-03-17)
713

814
**Note:** Version bump only for package @browserless/screenshot

packages/screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/screenshot",
33
"description": "Capture high-quality screenshots of websites with overlay support, device emulation, and automated image optimization.",
44
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
5-
"version": "10.12.4",
5+
"version": "10.12.5",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

0 commit comments

Comments
 (0)