Skip to content

Commit

Permalink
Merge branch 'release/6.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Aug 20, 2024
2 parents f406493 + dd64129 commit 8d90f67
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 83 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.2.1:
date: 2024-08-20
fixed bugs:
- Reverted GH-3263

6.2.0:
date: 2024-08-16
new features:
Expand Down
1 change: 0 additions & 1 deletion lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ module.exports = function (options, callback) {
requester: {
useWhatWGUrlParser: true,
cookieJar: cookieJar,
protocolVersion: _.has(options, 'protocolVersion') ? options.protocolVersion : 'auto',
followRedirects: _.has(options, 'ignoreRedirects') ? !options.ignoreRedirects : undefined,
strictSSL: _.has(options, 'insecure') ? !options.insecure : undefined,
timings: Boolean(options.verbose),
Expand Down
Loading

0 comments on commit 8d90f67

Please sign in to comment.