Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryCauser committed Aug 28, 2022
1 parent 2c843c3 commit 61eafd9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0](https://github.com/JerryCauser/tcp-exists/compare/v1.4.6...v1.5.0) (2022-08-28)


### Features

* add support for nonTTY mode (useful for shell piping) ([0dbc093](https://github.com/JerryCauser/tcp-exists/commit/0dbc093b1191e2346d14bf4c5f5ec28880f66b6d))
* complete cli code and add bin field in package.json ([2324c42](https://github.com/JerryCauser/tcp-exists/commit/2324c4244534af4fcc64683526076bb7e0bec91e))

### [1.4.6](https://github.com/JerryCauser/tcp-exists/compare/v1.4.5...v1.4.6) (2022-08-11)

### [1.4.5](https://github.com/JerryCauser/tcp-exists/compare/v1.4.4...v1.4.5) (2022-07-16)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcp-exists",
"version": "1.4.6",
"version": "1.5.0",
"description": "Small and fast functions to check if some tcp endpoint exists",
"type": "module",
"bin": {
Expand Down

0 comments on commit 61eafd9

Please sign in to comment.