Skip to content

Commit a2cfe1d

Browse files
Release 2.1.0
[skip ci] ## [2.1.0](v2.0.1...v2.1.0) (2024-12-10) ### Features * refactor with async/await instead of callback ([#59](#59)) ([9254c18](9254c18))
1 parent 9254c18 commit a2cfe1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/node-modules/detect-port/compare/v2.0.1...v2.1.0) (2024-12-10)
4+
5+
6+
### Features
7+
8+
* refactor with async/await instead of callback ([#59](https://github.com/node-modules/detect-port/issues/59)) ([9254c18](https://github.com/node-modules/detect-port/commit/9254c18015498bea3617a609c13b8514b440c821))
9+
310
## [2.0.1](https://github.com/node-modules/detect-port/compare/v2.0.0...v2.0.1) (2024-12-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-port",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Node.js implementation of port detector",
55
"keywords": [
66
"detect",

0 commit comments

Comments
 (0)