File tree Expand file tree Collapse file tree 20 files changed +71
-25
lines changed
Expand file tree Collapse file tree 20 files changed +71
-25
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.9.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0 ) (2025-09-09)
7+
8+ ### Features
9+
10+ * ** screenshot:** better full page ([ #620 ] ( https://github.com/microlinkhq/browserless/issues/620 ) ) ([ 9df294a] ( https://github.com/microlinkhq/browserless/commit/9df294ac3025f8a4dc2a57ce44c3d6b7805784ab ) )
11+
612# [ 10.8.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0-beta.16...v10.8.0 ) (2025-09-01)
713
814** 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.8 .0" ,
5+ "version" : " 10.9 .0" ,
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.9.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0 ) (2025-09-09)
7+
8+ ** Note:** Version bump only for package browserless
9+
610# [ 10.8.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0-beta.16...v10.8.0 ) (2025-09-01)
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.8 .0" ,
5+ "version" : " 10.9 .0" ,
66 "main" : " src/index.js" ,
77 "author" : {
88 "email" : " hello@microlink.io" ,
3232 ],
3333 "dependencies" : {
3434 "@browserless/errors" : " ^10.7.13" ,
35- "@browserless/goto" : " ^10.8 .0" ,
36- "@browserless/pdf" : " ^10.8 .0" ,
37- "@browserless/screenshot" : " ^10.8 .0" ,
35+ "@browserless/goto" : " ^10.9 .0" ,
36+ "@browserless/pdf" : " ^10.9 .0" ,
37+ "@browserless/screenshot" : " ^10.9 .0" ,
3838 "debug-logfmt" : " ~1.4.0" ,
3939 "kill-process-group" : " ~1.0.12" ,
4040 "p-reflect" : " ~2.1.0" ,
4444 "superlock" : " ~1.2.3"
4545 },
4646 "devDependencies" : {
47- "@browserless/test" : " ^10.7.13 " ,
47+ "@browserless/test" : " ^10.9.0 " ,
4848 "ava" : " 5" ,
4949 "ps-list" : " 7" ,
5050 "tinyspawn" : " latest"
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.9.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0 ) (2025-09-09)
7+
8+ ** Note:** Version bump only for package @browserless/cli
9+
610# [ 10.8.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0-beta.16...v10.8.0 ) (2025-09-01)
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.8 .0" ,
5+ "version" : " 10.9 .0" ,
66 "bin" : {
77 "browserless" : " src/index.js"
88 },
3232 ],
3333 "dependencies" : {
3434 "beauty-error" : " ~1.2.21" ,
35- "browserless" : " ^10.8 .0" ,
35+ "browserless" : " ^10.9 .0" ,
3636 "dark-mode" : " ~3.0.0" ,
3737 "dset" : " ~3.1.4" ,
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.9.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0 ) (2025-09-09)
7+
8+ ** Note:** Version bump only for package @browserless/function
9+
610# [ 10.8.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0-beta.16...v10.8.0 ) (2025-09-01)
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.8 .0" ,
5+ "version" : " 10.9 .0" ,
66 "main" : " src/index.js" ,
77 "author" : {
88 "email" : " hello@microlink.io" ,
2929 " serverless"
3030 ],
3131 "dependencies" : {
32+ "@browserless/errors" : " ^10.7.13" ,
3233 "isolated-function" : " ~0.1.32" ,
33- "require-one-of" : " ~1.0.24" ,
34- "@browserless/errors" : " ^10.7.13"
34+ "require-one-of" : " ~1.0.24"
3535 },
3636 "devDependencies" : {
37- "@browserless/test" : " ^10.7.13 " ,
37+ "@browserless/test" : " ^10.9.0 " ,
3838 "acorn" : " ~8.15.0" ,
3939 "acorn-walk" : " ~8.3.4" ,
4040 "ava" : " 5" ,
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.9.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0...v10.9.0 ) (2025-09-09)
7+
8+ ### Features
9+
10+ * ** screenshot:** better full page ([ #620 ] ( https://github.com/microlinkhq/browserless/issues/620 ) ) ([ 9df294a] ( https://github.com/microlinkhq/browserless/commit/9df294ac3025f8a4dc2a57ce44c3d6b7805784ab ) )
11+
612# [ 10.8.0] ( https://github.com/microlinkhq/browserless/compare/v10.8.0-beta.16...v10.8.0 ) (2025-09-01)
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.8 .0" ,
5+ "version" : " 10.9 .0" ,
66 "main" : " src/index.js" ,
77 "author" : {
88 "email" : " hello@microlink.io" ,
4040 "tough-cookie" : " ~6.0.0"
4141 },
4242 "devDependencies" : {
43- "@browserless/test" : " ^10.7.13 " ,
43+ "@browserless/test" : " ^10.9.0 " ,
4444 "ava" : " 5" ,
4545 "p-wait-for" : " 3"
4646 },
You can’t perform that action at this time.
0 commit comments