Skip to content

Commit

Permalink
chore(release): v9.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 18, 2022
1 parent f8137f2 commit 1af45a1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 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.

## [9.6.12](https://github.com/microlinkhq/browserless/compare/v9.6.11...v9.6.12) (2022-10-18)

### Bug Fixes

* **browserless:** associate a context id ([#424](https://github.com/microlinkhq/browserless/issues/424)) ([f8137f2](https://github.com/microlinkhq/browserless/commit/f8137f2783587c7df9f706d78c0a01950b509e34))

## [9.6.11](https://github.com/microlinkhq/browserless/compare/v9.6.10...v9.6.11) (2022-10-06)

### 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": "9.6.11",
"version": "9.6.12",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/browserless/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.

## [9.6.12](https://github.com/microlinkhq/browserless/compare/v9.6.11...v9.6.12) (2022-10-18)

### Bug Fixes

* **browserless:** associate a context id ([#424](https://github.com/microlinkhq/browserless/issues/424)) ([f8137f2](https://github.com/microlinkhq/browserless/commit/f8137f2783587c7df9f706d78c0a01950b509e34))

## [9.6.11](https://github.com/microlinkhq/browserless/compare/v9.6.10...v9.6.11) (2022-10-06)

**Note:** Version bump only for package browserless
Expand Down
4 changes: 2 additions & 2 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.6.11",
"version": "9.6.12",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@browserless/errors": "^9.6.6",
"@browserless/goto": "^9.6.11",
"@browserless/pdf": "^9.6.11",
"@browserless/screenshot": "^9.6.11",
"@browserless/screenshot": "^9.6.12",
"debug-logfmt": "~1.0.4",
"kill-process-group": "~1.0.3",
"p-reflect": "~2.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.6.12](https://github.com/microlinkhq/browserless/compare/v9.6.11...v9.6.12) (2022-10-18)

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

## [9.6.11](https://github.com/microlinkhq/browserless/compare/v9.6.10...v9.6.11) (2022-10-06)

**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.6.11",
"version": "9.6.12",
"bin": {
"browserless": "src/index.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"beauty-error": "~1.2.15",
"browserless": "^9.6.11",
"browserless": "^9.6.12",
"dark-mode": "~3.0.0",
"exit-hook": "~2.2.1",
"lodash": "~4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.6.12](https://github.com/microlinkhq/browserless/compare/v9.6.11...v9.6.12) (2022-10-18)

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

## [9.6.11](https://github.com/microlinkhq/browserless/compare/v9.6.10...v9.6.11) (2022-10-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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 a clean screenshot of any website",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "9.6.11",
"version": "9.6.12",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 1af45a1

Please sign in to comment.