Skip to content

Commit aed2bd2

Browse files
committed
chore(release): 1.3.0
1 parent 7ee0d38 commit aed2bd2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3.0](https://github.com/JerryCauser/tcp-exists/compare/v1.2.0...v1.3.0) (2021-12-04)
6+
57
## [1.2.0](https://github.com/JerryCauser/tcp-exists/compare/v1.1.2...v1.2.0) (2021-11-01)
68

79
### [1.1.2](https://github.com/JerryCauser/tcp-exists/compare/v1.1.1...v1.1.2) (2021-10-29)

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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "tcp-exists",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A small function to check if some tcp endpoint exists.",
55
"type": "module",
66
"main": "cjs/index.js",
77
"module": "index.js",
88
"exports": {
99
".": {
10-
"require": "./cjs/index.js",
10+
"require": "./cjs/index.js",
1111
"default": "./index.js"
1212
}
1313
},
@@ -51,6 +51,8 @@
5151
"standard-version": "^9.3.2"
5252
},
5353
"standard": {
54-
"ignore": ["cjs/index.js"]
54+
"ignore": [
55+
"cjs/index.js"
56+
]
5557
}
5658
}

0 commit comments

Comments
 (0)