diff --git a/History.md b/History.md index 5ffe71d..c04ebc0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +4.4.3 / 2024-04-09 +================== + +## What's Changed +* fix: os.userInfo() might throw SystemError if homedir isn't available by @cyjake in https://github.com/cyjake/ssh-config/pull/78 + + +**Full Changelog**: https://github.com/cyjake/ssh-config/compare/v4.4.2...v4.4.3 + 4.4.2 / 2024-02-20 ================== diff --git a/package.json b/package.json index 6419972..bad68c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssh-config", "description": "SSH config parser and stringifier", - "version": "4.4.2", + "version": "4.4.3", "author": "Chen Yangjian (https://www.cyj.me)", "repository": { "type": "git",