Skip to content

Commit

Permalink
chore(release): v6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 20, 2020
1 parent 752340c commit 2668a09
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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.7.2](https://github.com/microlinkhq/browserless/compare/v6.7.1...v6.7.2) (2020-02-20)


### Bug Fixes

* ensure json is not malformed ([752340c](https://github.com/microlinkhq/browserless/commit/752340ca2c44f43bb77ea313ce13f740636ad271))





## [6.7.1](https://github.com/microlinkhq/browserless/compare/v6.7.0...v6.7.1) (2020-02-18)


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.7.1"
"version": "6.7.2"
}
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.

## [6.7.2](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v6.7.1...v6.7.2) (2020-02-20)

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





## [6.7.1](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v6.7.0...v6.7.1) (2020-02-18)

**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": "A puppeter-like Node.js library for interacting with Headless production scenarios.",
"homepage": "https://browserless.js.org",
"version": "6.7.1",
"version": "6.7.2",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@browserless/goto": "^6.7.1",
"@browserless/pdf": "^6.7.1",
"@browserless/screenshot": "^6.7.1",
"@browserless/screenshot": "^6.7.2",
"debug-logfmt": "~1.0.4",
"import-lazy": "~4.0.0",
"p-reflect": "~2.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/screenshot/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.7.2](https://github.com/kikobeats/browserless/tree/master/packages/screenshot/compare/v6.7.1...v6.7.2) (2020-02-20)


### Bug Fixes

* ensure json is not malformed ([752340c](https://github.com/kikobeats/browserless/tree/master/packages/screenshot/commit/752340ca2c44f43bb77ea313ce13f740636ad271))





## [6.7.1](https://github.com/kikobeats/browserless/tree/master/packages/screenshot/compare/v6.7.0...v6.7.1) (2020-02-18)

**Note:** Version bump only for package @browserless/screenshot
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 clean screenshot of any websites",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "6.7.1",
"version": "6.7.2",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit 2668a09

Please sign in to comment.