Skip to content

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 8, 2023
1 parent da978de commit cd6bea1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd6bea1

Please sign in to comment.