Skip to content

Commit

Permalink
chore(release): v6.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 4, 2020
1 parent 14fd923 commit 0557508
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.11.6](https://github.com/microlinkhq/browserless/compare/v6.11.5...v6.11.6) (2020-03-04)


### Bug Fixes

* handle websockets errors ([e708c06](https://github.com/microlinkhq/browserless/commit/e708c0649514069911465403f1f3e464fd9d49ee))
* linter ([14fd923](https://github.com/microlinkhq/browserless/commit/14fd92324819737eede40532c1ea655430d5fee4))
* linter ([b21ef88](https://github.com/microlinkhq/browserless/commit/b21ef88747a9de2dbdeb237c99085d068ecb12cf))





## [6.11.5](https://github.com/microlinkhq/browserless/compare/v6.11.4...v6.11.5) (2020-03-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.11.5"
"version": "6.11.6"
}
11 changes: 11 additions & 0 deletions packages/browserless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.11.6](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v6.11.5...v6.11.6) (2020-03-04)


### Bug Fixes

* handle websockets errors ([e708c06](https://github.com/kikobeats/browserless/tree/master/packages/browserless/commit/e708c0649514069911465403f1f3e464fd9d49ee))





## [6.11.5](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v6.11.4...v6.11.5) (2020-03-04)

**Note:** Version bump only for package browserless
Expand Down
2 changes: 1 addition & 1 deletion packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "browserless",
"description": "A puppeter-like Node.js library for interacting with Headless production scenarios.",
"homepage": "https://browserless.js.org",
"version": "6.11.5",
"version": "6.11.6",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit 0557508

Please sign in to comment.