Skip to content

Commit 61eafd9

Browse files
committed
chore(release): 1.5.0
1 parent 2c843c3 commit 61eafd9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.5.0](https://github.com/JerryCauser/tcp-exists/compare/v1.4.6...v1.5.0) (2022-08-28)
6+
7+
8+
### Features
9+
10+
* add support for nonTTY mode (useful for shell piping) ([0dbc093](https://github.com/JerryCauser/tcp-exists/commit/0dbc093b1191e2346d14bf4c5f5ec28880f66b6d))
11+
* complete cli code and add bin field in package.json ([2324c42](https://github.com/JerryCauser/tcp-exists/commit/2324c4244534af4fcc64683526076bb7e0bec91e))
12+
513
### [1.4.6](https://github.com/JerryCauser/tcp-exists/compare/v1.4.5...v1.4.6) (2022-08-11)
614

715
### [1.4.5](https://github.com/JerryCauser/tcp-exists/compare/v1.4.4...v1.4.5) (2022-07-16)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcp-exists",
3-
"version": "1.4.6",
3+
"version": "1.5.0",
44
"description": "Small and fast functions to check if some tcp endpoint exists",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)