Skip to content

Commit 26dbfe9

Browse files
committed
chore(release): v10.11.5
1 parent 65e9789 commit 26dbfe9

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
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.5](https://github.com/microlinkhq/browserless/compare/v10.11.4...v10.11.5) (2026-03-03)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
711

812
**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.11.4",
5+
"version": "10.11.5",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

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

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

packages/capture/package.json

Lines changed: 1 addition & 1 deletion
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.4",
5+
"version": "10.11.5",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

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.5](https://github.com/microlinkhq/browserless/compare/v10.11.4...v10.11.5) (2026-03-03)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
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.11.4",
5+
"version": "10.11.5",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -34,7 +34,7 @@
3434
"web-scraping"
3535
],
3636
"dependencies": {
37-
"@browserless/capture": "^10.11.4",
37+
"@browserless/capture": "^10.11.5",
3838
"beauty-error": "~1.2.21",
3939
"browserless": "^10.11.4",
4040
"dark-mode": "~3.0.0",

0 commit comments

Comments
 (0)