Skip to content

Commit

Permalink
chore(release): v9.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 19, 2021
1 parent e12eed7 commit 58b992a
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

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





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package browserless
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": "9.2.19",
"version": "9.2.20",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
8 changes: 8 additions & 0 deletions packages/browserless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

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





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package browserless
Expand Down
8 changes: 4 additions & 4 deletions packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "browserless",
"description": "the headless Chrome/Chromium performance driver for Node.js",
"homepage": "https://browserless.js.org",
"version": "9.2.19",
"version": "9.2.20",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -32,9 +32,9 @@
],
"dependencies": {
"@browserless/errors": "^9.2.15",
"@browserless/goto": "^9.2.19",
"@browserless/pdf": "^9.2.19",
"@browserless/screenshot": "^9.2.19",
"@browserless/goto": "^9.2.20",
"@browserless/pdf": "^9.2.20",
"@browserless/screenshot": "^9.2.20",
"debug-logfmt": "~1.0.4",
"mutexify": "~1.3.1",
"p-reflect": "~2.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

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





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package @browserless/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/cli",
"description": "CLI to interact with Browserless capabilities",
"homepage": "https://browserless.js.org",
"version": "9.2.19",
"version": "9.2.20",
"bin": {
"browserless": "src/index.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"beauty-error": "~1.2.8",
"browserless": "^9.2.19",
"browserless": "^9.2.20",
"dark-mode": "~3.0.0",
"kleur": "~4.1.4",
"lodash": "~4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/goto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

**Note:** Version bump only for package @browserless/goto





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package @browserless/goto
Expand Down
2 changes: 1 addition & 1 deletion packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/goto",
"description": "Go to a page aborting unnecessary requests",
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
"version": "9.2.19",
"version": "9.2.20",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

**Note:** Version bump only for package @browserless/pdf





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package @browserless/pdf
Expand Down
4 changes: 2 additions & 2 deletions packages/pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/pdf",
"description": "Sensible good defaults for exporting a website as PDF",
"homepage": "https://browserless.js.org/#/?id=pdfurl-options",
"version": "9.2.19",
"version": "9.2.20",
"main": "src",
"repository": {
"directory": "packages/pdf",
Expand All @@ -24,7 +24,7 @@
"screen"
],
"dependencies": {
"@browserless/goto": "^9.2.19"
"@browserless/goto": "^9.2.20"
},
"engines": {
"node": ">= 12"
Expand Down
8 changes: 8 additions & 0 deletions packages/screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.20](https://github.com/microlinkhq/browserless/compare/v9.2.19...v9.2.20) (2021-10-19)

**Note:** Version bump only for package @browserless/screenshot





## [9.2.19](https://github.com/microlinkhq/browserless/compare/v9.2.18...v9.2.19) (2021-10-17)

**Note:** Version bump only for package @browserless/screenshot
Expand Down
4 changes: 2 additions & 2 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/screenshot",
"description": "Take clean screenshot of any website",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "9.2.19",
"version": "9.2.20",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -28,7 +28,7 @@
"screenshot"
],
"dependencies": {
"@browserless/goto": "^9.2.19",
"@browserless/goto": "^9.2.20",
"debug-logfmt": "~1.0.4",
"got": "~11.8.2",
"is-html-content": "~1.0.0",
Expand Down

0 comments on commit 58b992a

Please sign in to comment.