diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac83f986..f4afb677c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.6.1](https://github.com/microlinkhq/browserless/compare/v10.6.0...v10.6.1) (2024-09-12) + +### Bug Fixes + +* **function:** pass timeout down ([7920429](https://github.com/microlinkhq/browserless/commit/7920429d71122941e77e41d20a64f02da6870f5a)) + # [10.6.0](https://github.com/microlinkhq/browserless/compare/v10.5.4...v10.6.0) (2024-09-12) ### Features diff --git a/lerna.json b/lerna.json index d5dc38915..5b16f2d4d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "10.6.0", + "version": "10.6.1", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/function/CHANGELOG.md b/packages/function/CHANGELOG.md index e5ceab826..4d292cc5e 100644 --- a/packages/function/CHANGELOG.md +++ b/packages/function/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.6.1](https://github.com/microlinkhq/browserless/compare/v10.6.0...v10.6.1) (2024-09-12) + +### Bug Fixes + +* **function:** pass timeout down ([7920429](https://github.com/microlinkhq/browserless/commit/7920429d71122941e77e41d20a64f02da6870f5a)) + # [10.6.0](https://github.com/microlinkhq/browserless/compare/v10.5.4...v10.6.0) (2024-09-12) ### Features diff --git a/packages/function/package.json b/packages/function/package.json index bed344754..953a6f5fb 100644 --- a/packages/function/package.json +++ b/packages/function/package.json @@ -2,7 +2,7 @@ "name": "@browserless/function", "description": "Run abritrary JavaScript inside a browser sandbox", "homepage": "https://browserless.js.org", - "version": "10.6.0", + "version": "10.6.1", "main": "src/index.js", "author": { "email": "hello@microlink.io",