File tree Expand file tree Collapse file tree 14 files changed +49
-14
lines changed
Expand file tree Collapse file tree 14 files changed +49
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 10.1.9] ( https://github.com/microlinkhq/browserless/compare/v10.1.8...v10.1.9 ) (2023-08-21)
7+
8+ ### Bug Fixes
9+
10+ * ** goto:** waitUntilAuto correct timeout ([ #507 ] ( https://github.com/microlinkhq/browserless/issues/507 ) ) ([ c329e36] ( https://github.com/microlinkhq/browserless/commit/c329e366197cadafbf3b8c4b4874cf7c71039311 ) )
11+ * ** screenshot:** check image is on viewport ([ #508 ] ( https://github.com/microlinkhq/browserless/issues/508 ) ) ([ 04971d5] ( https://github.com/microlinkhq/browserless/commit/04971d5b4403b18feff9706bb5eff6f5f150e534 ) )
12+
613## [ 10.1.8] ( https://github.com/microlinkhq/browserless/compare/v10.1.7...v10.1.8 ) (2023-08-21)
714
815** Note:** Version bump only for package browserless
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 10.1.8 " ,
5+ "version" : " 10.1.9 " ,
66 "command" : {
77 "bootstrap" : {
88 "npmClientArgs" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 10.1.9] ( https://github.com/microlinkhq/browserless/compare/v10.1.8...v10.1.9 ) (2023-08-21)
7+
8+ ** Note:** Version bump only for package browserless
9+
610## [ 10.1.8] ( https://github.com/microlinkhq/browserless/compare/v10.1.7...v10.1.8 ) (2023-08-21)
711
812** Note:** Version bump only for package browserless
Original file line number Diff line number Diff line change 22 "name" : " browserless" ,
33 "description" : " The headless Chrome/Chromium performance driver for Node.js" ,
44 "homepage" : " https://browserless.js.org" ,
5- "version" : " 10.1.8 " ,
5+ "version" : " 10.1.9 " ,
66 "main" : " src/index.js" ,
77 "author" : {
883232 ],
3333 "dependencies" : {
3434 "@browserless/errors" : " ^10.1.1" ,
35- "@browserless/goto" : " ^10.1.8 " ,
36- "@browserless/pdf" : " ^10.1.8 " ,
37- "@browserless/screenshot" : " ^10.1.8 " ,
35+ "@browserless/goto" : " ^10.1.9 " ,
36+ "@browserless/pdf" : " ^10.1.9 " ,
37+ "@browserless/screenshot" : " ^10.1.9 " ,
3838 "debug-logfmt" : " ~1.0.4" ,
3939 "kill-process-group" : " ~1.0.4" ,
4040 "p-reflect" : " ~2.1.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 10.1.9] ( https://github.com/microlinkhq/browserless/compare/v10.1.8...v10.1.9 ) (2023-08-21)
7+
8+ ** Note:** Version bump only for package @browserless/cli
9+
610## [ 10.1.8] ( https://github.com/microlinkhq/browserless/compare/v10.1.7...v10.1.8 ) (2023-08-21)
711
812** Note:** Version bump only for package @browserless/cli
Original file line number Diff line number Diff line change 22 "name" : " @browserless/cli" ,
33 "description" : " CLI to interact with Browserless capabilities" ,
44 "homepage" : " https://browserless.js.org" ,
5- "version" : " 10.1.8 " ,
5+ "version" : " 10.1.9 " ,
66 "bin" : {
77 "browserless" : " src/index.js"
88 },
3232 ],
3333 "dependencies" : {
3434 "beauty-error" : " ~1.2.15" ,
35- "browserless" : " ^10.1.8 " ,
35+ "browserless" : " ^10.1.9 " ,
3636 "dark-mode" : " ~3.0.0" ,
3737 "dset" : " ~3.1.2" ,
3838 "mri" : " ~1.2.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 10.1.9] ( https://github.com/microlinkhq/browserless/compare/v10.1.8...v10.1.9 ) (2023-08-21)
7+
8+ ** Note:** Version bump only for package @browserless/function
9+
610## [ 10.1.8] ( https://github.com/microlinkhq/browserless/compare/v10.1.7...v10.1.8 ) (2023-08-21)
711
812** Note:** Version bump only for package @browserless/function
Original file line number Diff line number Diff line change 22 "name" : " @browserless/function" ,
33 "description" : " Run abritrary JavaScript inside a browser sandbox" ,
44 "homepage" : " https://browserless.js.org" ,
5- "version" : " 10.1.8 " ,
5+ "version" : " 10.1.9 " ,
66 "main" : " src/index.js" ,
77 "author" : {
884242 "devDependencies" : {
4343 "@browserless/test" : " ^10.1.8" ,
4444 "ava" : " latest" ,
45- "browserless" : " ^10.1.8 " ,
45+ "browserless" : " ^10.1.9 " ,
4646 "lodash" : " latest"
4747 },
4848 "engines" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 10.1.9] ( https://github.com/microlinkhq/browserless/compare/v10.1.8...v10.1.9 ) (2023-08-21)
7+
8+ ### Bug Fixes
9+
10+ * ** goto:** waitUntilAuto correct timeout ([ #507 ] ( https://github.com/microlinkhq/browserless/issues/507 ) ) ([ c329e36] ( https://github.com/microlinkhq/browserless/commit/c329e366197cadafbf3b8c4b4874cf7c71039311 ) )
11+
612## [ 10.1.8] ( https://github.com/microlinkhq/browserless/compare/v10.1.7...v10.1.8 ) (2023-08-21)
713
814** Note:** Version bump only for package @browserless/goto
Original file line number Diff line number Diff line change 22 "name" : " @browserless/goto" ,
33 "description" : " Go to a page aborting unnecessary requests" ,
44 "homepage" : " https://browserless.js.org/#/?id=gotopage-options" ,
5- "version" : " 10.1.8 " ,
5+ "version" : " 10.1.9 " ,
66 "main" : " src/index.js" ,
77 "author" : {
88
You can’t perform that action at this time.
0 commit comments