Skip to content

Commit aa5672b

Browse files
Release 2.0.2
[skip ci] ## [2.0.2](v2.0.1...v2.0.2) (2024-06-12) ### Bug Fixes * use Node.js net lib and reject malformed addresses ([#1](#1)) ([742b47a](742b47a))
1 parent 4ea1221 commit aa5672b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.2](https://github.com/eggjs/node-ip/compare/v2.0.1...v2.0.2) (2024-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* use Node.js net lib and reject malformed addresses ([#1](https://github.com/eggjs/node-ip/issues/1)) ([742b47a](https://github.com/eggjs/node-ip/commit/742b47acc16d74f6a53900cca33869a1665fbaa0))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ip",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)