Skip to content

Commit c0d5216

Browse files
committed
chore(release): v10.12.0
1 parent 5d4008f commit c0d5216

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
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.0](https://github.com/microlinkhq/browserless/compare/v10.11.6...v10.12.0) (2026-03-03)
7+
8+
### Features
9+
10+
* add TypeScript type definitions ([#702](https://github.com/microlinkhq/browserless/issues/702)) ([5d4008f](https://github.com/microlinkhq/browserless/commit/5d4008f945912665e92c38cb810c647438aeee5d))
11+
612
## [10.11.6](https://github.com/microlinkhq/browserless/compare/v10.11.5...v10.11.6) (2026-03-03)
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.11.6",
5+
"version": "10.12.0",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/browserless/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.0](https://github.com/microlinkhq/browserless/compare/v10.11.6...v10.12.0) (2026-03-03)
7+
8+
### Features
9+
10+
* add TypeScript type definitions ([#702](https://github.com/microlinkhq/browserless/issues/702)) ([5d4008f](https://github.com/microlinkhq/browserless/commit/5d4008f945912665e92c38cb810c647438aeee5d))
11+
612
## [10.11.4](https://github.com/microlinkhq/browserless/compare/v10.11.3...v10.11.4) (2026-03-03)
713

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

packages/browserless/package.json

Lines changed: 1 addition & 1 deletion
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.11.4",
5+
"version": "10.12.0",
66
"main": "src/index.js",
77
"types": "index.d.ts",
88
"author": {

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.0](https://github.com/microlinkhq/browserless/compare/v10.11.6...v10.12.0) (2026-03-03)
7+
8+
**Note:** Version bump only for package @browserless/cli
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/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.6",
5+
"version": "10.12.0",
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.11.4",
39+
"browserless": "^10.12.0",
4040
"dark-mode": "~3.0.0",
4141
"dset": "~3.1.4",
4242
"mri": "~1.2.0",

0 commit comments

Comments
 (0)