Skip to content

Commit 9b80e67

Browse files
committed
chore(release): v10.10.0
1 parent 0618536 commit 9b80e67

File tree

14 files changed

+49
-15
lines changed

14 files changed

+49
-15
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.10.0](https://github.com/microlinkhq/browserless/compare/v10.9.18...v10.10.0) (2026-02-14)
7+
8+
### Features
9+
10+
* **goto:** auto close cookie banners ([#651](https://github.com/microlinkhq/browserless/issues/651)) ([4e05f82](https://github.com/microlinkhq/browserless/commit/4e05f824e5180b0687dc34347b9b12fe685bc691))
11+
612
## [10.9.18](https://github.com/microlinkhq/browserless/compare/v10.9.17...v10.9.18) (2026-02-02)
713

814
### 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.9.18",
5+
"version": "10.10.0",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/benchmark/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.10.0](https://github.com/microlinkhq/browserless/compare/v10.9.18...v10.10.0) (2026-02-14)
7+
8+
### Features
9+
10+
* **goto:** auto close cookie banners ([#651](https://github.com/microlinkhq/browserless/issues/651)) ([4e05f82](https://github.com/microlinkhq/browserless/commit/4e05f824e5180b0687dc34347b9b12fe685bc691))
11+
612
## [10.9.18](https://github.com/microlinkhq/browserless/compare/v10.9.17...v10.9.18) (2026-02-02)
713

814
**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.9.18",
5+
"version": "10.10.0",
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.10.0](https://github.com/microlinkhq/browserless/compare/v10.9.18...v10.10.0) (2026-02-14)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.9.18](https://github.com/microlinkhq/browserless/compare/v10.9.17...v10.9.18) (2026-02-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 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.9.18",
5+
"version": "10.10.0",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"@browserless/errors": "^10.9.18",
38-
"@browserless/goto": "^10.9.18",
39-
"@browserless/pdf": "^10.9.18",
40-
"@browserless/screenshot": "^10.9.18",
38+
"@browserless/goto": "^10.10.0",
39+
"@browserless/pdf": "^10.10.0",
40+
"@browserless/screenshot": "^10.10.0",
4141
"debug-logfmt": "~1.4.7",
4242
"kill-process-group": "~1.0.13",
4343
"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.10.0](https://github.com/microlinkhq/browserless/compare/v10.9.18...v10.10.0) (2026-02-14)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.9.18](https://github.com/microlinkhq/browserless/compare/v10.9.17...v10.9.18) (2026-02-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": "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.9.18",
5+
"version": "10.10.0",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"beauty-error": "~1.2.21",
38-
"browserless": "^10.9.18",
38+
"browserless": "^10.10.0",
3939
"dark-mode": "~3.0.0",
4040
"dset": "~3.1.4",
4141
"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.10.0](https://github.com/microlinkhq/browserless/compare/v10.9.18...v10.10.0) (2026-02-14)
7+
8+
### Features
9+
10+
* **goto:** auto close cookie banners ([#651](https://github.com/microlinkhq/browserless/issues/651)) ([4e05f82](https://github.com/microlinkhq/browserless/commit/4e05f824e5180b0687dc34347b9b12fe685bc691))
11+
612
## [10.9.18](https://github.com/microlinkhq/browserless/compare/v10.9.17...v10.9.18) (2026-02-02)
713

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

packages/goto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/goto",
33
"description": "Navigate to web pages with built-in ad blocking, device emulation, and optimized loading for faster automation.",
44
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
5-
"version": "10.9.18",
5+
"version": "10.10.0",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -30,8 +30,8 @@
3030
"performance"
3131
],
3232
"dependencies": {
33-
"@duckduckgo/autoconsent": "~14.53.0",
3433
"@browserless/devices": "^10.9.18",
34+
"@duckduckgo/autoconsent": "~14.53.0",
3535
"@ghostery/adblocker-puppeteer": "~2.13.4",
3636
"debug-logfmt": "~1.4.7",
3737
"got": "~11.8.6",

0 commit comments

Comments
 (0)