Skip to content

Commit 4bd82af

Browse files
committed
chore(release): v10.12.2
1 parent 5c853b7 commit 4bd82af

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.2](https://github.com/microlinkhq/browserless/compare/v10.12.1...v10.12.2) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **function:** access to response ([#707](https://github.com/microlinkhq/browserless/issues/707)) ([5c853b7](https://github.com/microlinkhq/browserless/commit/5c853b7aa1b9fef8fb34c7b083da51062e358a69))
11+
612
## [10.12.1](https://github.com/microlinkhq/browserless/compare/v10.12.0...v10.12.1) (2026-03-06)
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.1",
5+
"version": "10.12.2",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/function/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.2](https://github.com/microlinkhq/browserless/compare/v10.12.1...v10.12.2) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **function:** access to response ([#707](https://github.com/microlinkhq/browserless/issues/707)) ([5c853b7](https://github.com/microlinkhq/browserless/commit/5c853b7aa1b9fef8fb34c7b083da51062e358a69))
11+
612
## [10.12.1](https://github.com/microlinkhq/browserless/compare/v10.12.0...v10.12.1) (2026-03-06)
713

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

packages/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/function",
33
"description": "Execute arbitrary JavaScript code in a secure browser sandbox with access to page DOM and network.",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.12.1",
5+
"version": "10.12.2",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

0 commit comments

Comments
 (0)