diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb41d5..3a54d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.5](https://github.com/sorry-cypress/cy2/compare/v4.0.4...v4.0.5) (2023-01-11) + + +### Bug Fixes + +* use HTTPS_PROXY by default ([#56](https://github.com/sorry-cypress/cy2/issues/56)) ([c4115ca](https://github.com/sorry-cypress/cy2/commit/c4115ca1476cf8c06992437455e58bf903d591af)) + ## [4.0.4](https://github.com/sorry-cypress/cy2/compare/v4.0.3...v4.0.4) (2023-01-10) diff --git a/package-lock.json b/package-lock.json index 3c10d04..bc65b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cy2", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cy2", - "version": "4.0.4", + "version": "4.0.5", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 664b904..bc03536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cy2", - "version": "4.0.4", + "version": "4.0.5", "author": "Andrew Goldis", "main": "./dist", "typings": "./dist",