Skip to content

Commit 5e8f3ed

Browse files
Release 1.6.1
[skip ci] ## [1.6.1](v1.6.0...v1.6.1) (2024-05-08) ### Reverts * Revert "feat: use address@2 (#53)" (#54) ([48dfe47](48dfe47)), closes [#53](#53) [#54](#54)
1 parent 48dfe47 commit 5e8f3ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/node-modules/detect-port/compare/v1.6.0...v1.6.1) (2024-05-08)
4+
5+
6+
### Reverts
7+
8+
* Revert "feat: use address@2 (#53)" (#54) ([48dfe47](https://github.com/node-modules/detect-port/commit/48dfe47d63f137b05f6a540ccfc0f0fa133a847a)), closes [#53](https://github.com/node-modules/detect-port/issues/53) [#54](https://github.com/node-modules/detect-port/issues/54)
9+
310
## [1.6.0](https://github.com/node-modules/detect-port/compare/v1.5.1...v1.6.0) (2024-05-08)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-port",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Node.js implementation of port detector",
55
"keywords": [
66
"detect",

0 commit comments

Comments
 (0)