Skip to content

Commit 314f900

Browse files
committed
chore(release): v10.1.15
1 parent 9f8038c commit 314f900

File tree

22 files changed

+68
-24
lines changed

22 files changed

+68
-24
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.1.15](https://github.com/microlinkhq/browserless/compare/v10.1.14...v10.1.15) (2023-10-08)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.1.14](https://github.com/microlinkhq/browserless/compare/v10.1.13...v10.1.14) (2023-10-05)
711

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

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.1.14",
5+
"version": "10.1.15",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/benchmark/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.1.15](https://github.com/microlinkhq/browserless/compare/v10.1.14...v10.1.15) (2023-10-08)
7+
8+
**Note:** Version bump only for package @browserless/benchmark
9+
610
## [10.1.14](https://github.com/microlinkhq/browserless/compare/v10.1.13...v10.1.14) (2023-10-05)
711

812
**Note:** Version bump only for package @browserless/benchmark

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/benchmark",
33
"description": "Benchmarking tool for testing different browserless configurations",
44
"homepage": "https://browserless.js.org/#/?id=benchmark",
5-
"version": "10.1.14",
5+
"version": "10.1.15",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

packages/browserless/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.1.15](https://github.com/microlinkhq/browserless/compare/v10.1.14...v10.1.15) (2023-10-08)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.1.14](https://github.com/microlinkhq/browserless/compare/v10.1.13...v10.1.14) (2023-10-05)
711

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

packages/browserless/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "browserless",
33
"description": "The headless Chrome/Chromium performance driver for Node.js",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.1.14",
5+
"version": "10.1.15",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",
@@ -32,9 +32,9 @@
3232
],
3333
"dependencies": {
3434
"@browserless/errors": "^10.1.11",
35-
"@browserless/goto": "^10.1.14",
36-
"@browserless/pdf": "^10.1.14",
37-
"@browserless/screenshot": "^10.1.14",
35+
"@browserless/goto": "^10.1.15",
36+
"@browserless/pdf": "^10.1.15",
37+
"@browserless/screenshot": "^10.1.15",
3838
"debug-logfmt": "~1.0.4",
3939
"kill-process-group": "~1.0.6",
4040
"p-reflect": "~2.1.0",
@@ -44,7 +44,7 @@
4444
"superlock": "~1.0.4"
4545
},
4646
"devDependencies": {
47-
"@browserless/test": "^10.1.14",
47+
"@browserless/test": "^10.1.15",
4848
"ava": "latest",
4949
"execa": "5",
5050
"ps-list": "7"

packages/cli/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.1.15](https://github.com/microlinkhq/browserless/compare/v10.1.14...v10.1.15) (2023-10-08)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.1.14](https://github.com/microlinkhq/browserless/compare/v10.1.13...v10.1.14) (2023-10-05)
711

812
**Note:** Version bump only for package @browserless/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/cli",
33
"description": "CLI to interact with Browserless capabilities",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.1.14",
5+
"version": "10.1.15",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"beauty-error": "~1.2.17",
35-
"browserless": "^10.1.14",
35+
"browserless": "^10.1.15",
3636
"dark-mode": "~3.0.0",
3737
"dset": "~3.1.2",
3838
"mri": "~1.2.0",

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.1.15](https://github.com/microlinkhq/browserless/compare/v10.1.14...v10.1.15) (2023-10-08)
7+
8+
**Note:** Version bump only for package @browserless/function
9+
610
## [10.1.14](https://github.com/microlinkhq/browserless/compare/v10.1.13...v10.1.14) (2023-10-05)
711

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

packages/function/package.json

Lines changed: 3 additions & 3 deletions
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.1.14",
5+
"version": "10.1.15",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",
@@ -40,9 +40,9 @@
4040
"vm2": "~3.9.19"
4141
},
4242
"devDependencies": {
43-
"@browserless/test": "^10.1.14",
43+
"@browserless/test": "^10.1.15",
4444
"ava": "latest",
45-
"browserless": "^10.1.14",
45+
"browserless": "^10.1.15",
4646
"lodash": "latest"
4747
},
4848
"engines": {

0 commit comments

Comments
 (0)