diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9054b72 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.0.2](https://github.com/eggjs/node-ip/compare/v2.0.1...v2.0.2) (2024-06-12) + + +### Bug Fixes + +* 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)) diff --git a/package.json b/package.json index 6854c2f..cf8bda2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/ip", - "version": "2.0.1", + "version": "2.0.2", "publishConfig": { "access": "public" },