Skip to content

Commit

Permalink
chore(release): v10.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 14, 2024
1 parent d45585f commit ed2a375
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.2](https://github.com/microlinkhq/browserless/compare/v10.6.1...v10.6.2) (2024-09-14)

### Performance Improvements

* **function:** avoid page template if it's not used ([#593](https://github.com/microlinkhq/browserless/issues/593)) ([d45585f](https://github.com/microlinkhq/browserless/commit/d45585fe3bc44bd19099e0d7dea56d24f9fafced))

## [10.6.1](https://github.com/microlinkhq/browserless/compare/v10.6.0...v10.6.1) (2024-09-12)

### 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.6.1",
"version": "10.6.2",
"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.2](https://github.com/microlinkhq/browserless/compare/v10.6.1...v10.6.2) (2024-09-14)

### Performance Improvements

* **function:** avoid page template if it's not used ([#593](https://github.com/microlinkhq/browserless/issues/593)) ([d45585f](https://github.com/microlinkhq/browserless/commit/d45585fe3bc44bd19099e0d7dea56d24f9fafced))

## [10.6.1](https://github.com/microlinkhq/browserless/compare/v10.6.0...v10.6.1) (2024-09-12)

### Bug Fixes
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.1",
"version": "10.6.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit ed2a375

Please sign in to comment.