Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.9.9](https://github.com/microlinkhq/browserless/compare/v10.9.8...v10.9.9) (2025-10-21)

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

## [10.9.8](https://github.com/microlinkhq/browserless/compare/v10.9.7...v10.9.8) (2025-10-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "10.9.8",
"version": "10.9.9",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.9.9](https://github.com/microlinkhq/browserless/compare/v10.9.8...v10.9.9) (2025-10-21)

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

## [10.9.8](https://github.com/microlinkhq/browserless/compare/v10.9.7...v10.9.8) (2025-10-19)

**Note:** Version bump only for package @browserless/function
Expand Down
4 changes: 2 additions & 2 deletions packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/function",
"description": "Run abritrary JavaScript inside a browser sandbox",
"homepage": "https://browserless.js.org",
"version": "10.9.8",
"version": "10.9.9",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@browserless/errors": "^10.9.7",
"isolated-function": "~0.1.33",
"isolated-function": "~0.1.38",
"require-one-of": "~1.0.24"
},
"devDependencies": {
Expand Down
Loading