Skip to content

Commit e969604

Browse files
committed
chore(release): v10.9.13
1 parent fa74106 commit e969604

File tree

12 files changed

+41
-13
lines changed

12 files changed

+41
-13
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.9.13](https://github.com/microlinkhq/browserless/compare/v10.9.12...v10.9.13) (2025-12-09)
7+
8+
### Bug Fixes
9+
10+
* **goto:** skip cookies from headers ([#642](https://github.com/microlinkhq/browserless/issues/642)) ([fa74106](https://github.com/microlinkhq/browserless/commit/fa7410643a233f61953ec87cc24f28be4f363a2e))
11+
612
## [10.9.12](https://github.com/microlinkhq/browserless/compare/v10.9.11...v10.9.12) (2025-12-02)
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.9.12",
5+
"version": "10.9.13",
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.9.13](https://github.com/microlinkhq/browserless/compare/v10.9.12...v10.9.13) (2025-12-09)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.9.11](https://github.com/microlinkhq/browserless/compare/v10.9.10...v10.9.11) (2025-12-02)
711

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

packages/browserless/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "browserless",
33
"description": "The headless Chrome/Chromium performance driver for Node.js",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.9.11",
5+
"version": "10.9.13",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",
@@ -32,9 +32,9 @@
3232
],
3333
"dependencies": {
3434
"@browserless/errors": "^10.9.7",
35-
"@browserless/goto": "^10.9.11",
36-
"@browserless/pdf": "^10.9.11",
37-
"@browserless/screenshot": "^10.9.11",
35+
"@browserless/goto": "^10.9.13",
36+
"@browserless/pdf": "^10.9.13",
37+
"@browserless/screenshot": "^10.9.13",
3838
"debug-logfmt": "~1.4.5",
3939
"kill-process-group": "~1.0.13",
4040
"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.9.13](https://github.com/microlinkhq/browserless/compare/v10.9.12...v10.9.13) (2025-12-09)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.9.11](https://github.com/microlinkhq/browserless/compare/v10.9.10...v10.9.11) (2025-12-02)
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": "CLI to interact with Browserless capabilities",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.9.11",
5+
"version": "10.9.13",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"beauty-error": "~1.2.21",
35-
"browserless": "^10.9.11",
35+
"browserless": "^10.9.13",
3636
"dark-mode": "~3.0.0",
3737
"dset": "~3.1.4",
3838
"mri": "~1.2.0",

packages/goto/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.9.13](https://github.com/microlinkhq/browserless/compare/v10.9.12...v10.9.13) (2025-12-09)
7+
8+
### Bug Fixes
9+
10+
* **goto:** skip cookies from headers ([#642](https://github.com/microlinkhq/browserless/issues/642)) ([fa74106](https://github.com/microlinkhq/browserless/commit/fa7410643a233f61953ec87cc24f28be4f363a2e))
11+
612
## [10.9.11](https://github.com/microlinkhq/browserless/compare/v10.9.10...v10.9.11) (2025-12-02)
713

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

packages/goto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/goto",
33
"description": "Go to a page aborting unnecessary requests",
44
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
5-
"version": "10.9.11",
5+
"version": "10.9.13",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

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.9.13](https://github.com/microlinkhq/browserless/compare/v10.9.12...v10.9.13) (2025-12-09)
7+
8+
**Note:** Version bump only for package @browserless/pdf
9+
610
## [10.9.11](https://github.com/microlinkhq/browserless/compare/v10.9.10...v10.9.11) (2025-12-02)
711

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

packages/pdf/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/pdf",
33
"description": "Sensible good defaults for exporting a website as PDF",
44
"homepage": "https://browserless.js.org/#/?id=pdfurl-options",
5-
"version": "10.9.11",
5+
"version": "10.9.13",
66
"main": "src",
77
"repository": {
88
"directory": "packages/pdf",
@@ -24,8 +24,8 @@
2424
"screen"
2525
],
2626
"dependencies": {
27-
"@browserless/goto": "^10.9.11",
28-
"@browserless/screenshot": "^10.9.11",
27+
"@browserless/goto": "^10.9.13",
28+
"@browserless/screenshot": "^10.9.13",
2929
"@kikobeats/time-span": "~1.0.9",
3030
"debug-logfmt": "~1.4.5",
3131
"pretty-ms": "~7.0.1"

0 commit comments

Comments
 (0)