Skip to content

Commit 66d0008

Browse files
committed
Update to version 4.2.2 - fix proxy setting
1 parent 61f006b commit 66d0008

File tree

6 files changed

+245
-324
lines changed

6 files changed

+245
-324
lines changed

node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.2.2]
4+
5+
### Bugfix
6+
7+
- Proxy setting did not work
8+
39
## [4.2.1]
410

511
### Changes

node/lib/retire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '4.2.1';
7+
exports.version = '4.2.2';
88

99
function isDefined(o) {
1010
return typeof o !== 'undefined';

0 commit comments

Comments
 (0)