Skip to content

Commit fbc88fd

Browse files
committed
chore(release): v10.9.9
1 parent 289cb98 commit fbc88fd

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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.9](https://github.com/microlinkhq/browserless/compare/v10.9.8...v10.9.9) (2025-10-21)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.9.8](https://github.com/microlinkhq/browserless/compare/v10.9.7...v10.9.8) (2025-10-19)
711

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

packages/function/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.9](https://github.com/microlinkhq/browserless/compare/v10.9.8...v10.9.9) (2025-10-21)
7+
8+
**Note:** Version bump only for package @browserless/function
9+
610
## [10.9.8](https://github.com/microlinkhq/browserless/compare/v10.9.7...v10.9.8) (2025-10-19)
711

812
**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.8",
5+
"version": "10.9.9",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)