Skip to content

Commit 0813863

Browse files
committed
chore(release): v10.9.3
1 parent 0653b84 commit 0813863

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.9.3](https://github.com/microlinkhq/browserless/compare/v10.9.2...v10.9.3) (2025-09-10)
7+
8+
### Bug Fixes
9+
10+
* **function:** get page with no default context ([#625](https://github.com/microlinkhq/browserless/issues/625)) ([0653b84](https://github.com/microlinkhq/browserless/commit/0653b84cf3f1fecebfdbe594e597536e53612ed5))
11+
612
## [10.9.2](https://github.com/microlinkhq/browserless/compare/v10.9.1...v10.9.2) (2025-09-10)
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.2",
5+
"version": "10.9.3",
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.9.3](https://github.com/microlinkhq/browserless/compare/v10.9.2...v10.9.3) (2025-09-10)
7+
8+
### Bug Fixes
9+
10+
* **function:** get page with no default context ([#625](https://github.com/microlinkhq/browserless/issues/625)) ([0653b84](https://github.com/microlinkhq/browserless/commit/0653b84cf3f1fecebfdbe594e597536e53612ed5))
11+
612
# [10.9.0](https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0) (2025-09-09)
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": "Run abritrary JavaScript inside a browser sandbox",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.9.0",
5+
"version": "10.9.3",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)