Skip to content

Commit

Permalink
chore(release): v9.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 7, 2023
1 parent c960cad commit 7dae64d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.11.3](https://github.com/microlinkhq/browserless/compare/v9.11.2...v9.11.3) (2023-06-07)

### Bug Fixes

* **cli:** add non iterm support ([c960cad](https://github.com/microlinkhq/browserless/commit/c960cad0d91334d22d6ef1a393587a2405a2ee6d))

## [9.11.2](https://github.com/microlinkhq/browserless/compare/v9.11.1...v9.11.2) (2023-06-07)

### 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.11.2",
"version": "9.11.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/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.11.3](https://github.com/microlinkhq/browserless/compare/v9.11.2...v9.11.3) (2023-06-07)

### Bug Fixes

* **cli:** add non iterm support ([c960cad](https://github.com/microlinkhq/browserless/commit/c960cad0d91334d22d6ef1a393587a2405a2ee6d))

## [9.11.2](https://github.com/microlinkhq/browserless/compare/v9.11.1...v9.11.2) (2023-06-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.11.2",
"version": "9.11.3",
"bin": {
"browserless": "src/index.js"
},
Expand Down

0 comments on commit 7dae64d

Please sign in to comment.