Skip to content

Commit

Permalink
chore(release): v10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 12, 2024
1 parent 7920429 commit 44f9a1f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6.0",
"version": "10.6.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "10.6.1",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 44f9a1f

Please sign in to comment.