Skip to content

Commit

Permalink
chore(release): v5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 24, 2020
1 parent c649ab3 commit 7710665
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 11 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.

# [5.20.0](https://github.com/microlinkhq/browserless/compare/v5.19.14...v5.20.0) (2020-01-24)


### Features

* Rename some API parameters ([#130](https://github.com/microlinkhq/browserless/issues/130)) ([c649ab3](https://github.com/microlinkhq/browserless/commit/c649ab365382dbeb23df10a495a588be54012e91)), closes [#129](https://github.com/microlinkhq/browserless/issues/129) [#126](https://github.com/microlinkhq/browserless/issues/126)





## [5.19.14](https://github.com/microlinkhq/browserless/compare/v5.19.13...v5.19.14) (2020-01-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,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.19.14"
"version": "5.20.0"
}
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.

# [5.20.0](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v5.19.14...v5.20.0) (2020-01-24)

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





## [5.19.14](https://github.com/kikobeats/browserless/tree/master/packages/browserless/compare/v5.19.13...v5.19.14) (2020-01-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": "A puppeter-like Node.js library for interacting with Headless production scenarios.",
"homepage": "https://browserless.js.org",
"version": "5.19.14",
"version": "5.20.0",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down Expand Up @@ -30,9 +30,9 @@
"text"
],
"dependencies": {
"@browserless/goto": "^5.19.14",
"@browserless/pdf": "^5.19.14",
"@browserless/screenshot": "^5.19.14",
"@browserless/goto": "^5.20.0",
"@browserless/pdf": "^5.20.0",
"@browserless/screenshot": "^5.20.0",
"debug-logfmt": "~1.0.4",
"import-lazy": "~4.0.0",
"p-cancelable": "~2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/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.

# [5.20.0](https://github.com/kikobeats/browserless/tree/master/packages/examples/compare/v5.19.14...v5.20.0) (2020-01-24)

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





## [5.18.21](https://github.com/kikobeats/browserless/tree/master/packages/examples/compare/v5.18.20...v5.18.21) (2019-12-16)

**Note:** Version bump only for package @browserless/examples
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/examples",
"description": "A collection of browserless example for illustating how to use",
"homepage": "https://browserless.js.org",
"version": "5.18.21",
"version": "5.20.0",
"main": "src/html.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down
11 changes: 11 additions & 0 deletions packages/goto/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.

# [5.20.0](https://github.com/kikobeats/browserless/tree/master/packages/goto/compare/v5.19.14...v5.20.0) (2020-01-24)


### Features

* Rename some API parameters ([#130](https://github.com/kikobeats/browserless/tree/master/packages/goto/issues/130)) ([c649ab3](https://github.com/kikobeats/browserless/tree/master/packages/goto/commit/c649ab365382dbeb23df10a495a588be54012e91)), closes [#129](https://github.com/kikobeats/browserless/tree/master/packages/goto/issues/129) [#126](https://github.com/kikobeats/browserless/tree/master/packages/goto/issues/126)





## [5.19.14](https://github.com/kikobeats/browserless/tree/master/packages/goto/compare/v5.19.13...v5.19.14) (2020-01-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": "5.19.14",
"version": "5.20.0",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
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.

# [5.20.0](https://github.com/kikobeats/browserless/tree/master/packages/pool/compare/v5.19.14...v5.20.0) (2020-01-24)

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





## [5.19.14](https://github.com/kikobeats/browserless/tree/master/packages/pool/compare/v5.19.13...v5.19.14) (2020-01-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": "5.19.14",
"version": "5.20.0",
"main": "src",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"screen"
],
"dependencies": {
"@browserless/goto": "^5.19.14"
"@browserless/goto": "^5.20.0"
},
"engines": {
"node": ">= 8"
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.

# [5.20.0](https://github.com/kikobeats/browserless/tree/master/packages/screenshot/compare/v5.19.14...v5.20.0) (2020-01-24)

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





## [5.19.14](https://github.com/kikobeats/browserless/tree/master/packages/screenshot/compare/v5.19.13...v5.19.14) (2020-01-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 websites",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "5.19.14",
"version": "5.20.0",
"main": "src/index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand All @@ -27,7 +27,7 @@
"screenshot"
],
"dependencies": {
"@browserless/goto": "^5.19.14",
"@browserless/goto": "^5.20.0",
"got": "~9.6.0",
"is-url-http": "~1.2.4",
"p-reflect": "~2.1.0",
Expand Down

0 comments on commit 7710665

Please sign in to comment.