diff --git a/History.md b/History.md index 349bddc..05b20d8 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +4.3.0 / 2023-08-08 +================== + +## What's Changed +* test: .compute({ Host, User }) by @cyjake in https://github.com/cyjake/ssh-config/pull/67 +* Improve TypeScript by @matthew-e-brown in https://github.com/cyjake/ssh-config/pull/66 +* Improve support for obscure ssh_config(5) rules by @BenjaminGrayNp1 in https://github.com/cyjake/ssh-config/pull/68 + +## New Contributors +* @matthew-e-brown made their first contribution in https://github.com/cyjake/ssh-config/pull/66 +* @BenjaminGrayNp1 made their first contribution in https://github.com/cyjake/ssh-config/pull/68 + +**Full Changelog**: https://github.com/cyjake/ssh-config/compare/v4.2.1...v4.3.0 + 4.2.1 / 2023-02-01 ================== diff --git a/package.json b/package.json index af9a262..9051a6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ssh-config", "description": "SSH config parser and stringifier", - "version": "4.2.1", + "version": "4.3.0", "author": "Chen Yangjian (https://www.cyj.me)", "repository": { "type": "git",