diff --git a/CHANGELOG.md b/CHANGELOG.md index 1667a6d..0589f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.2](https://github.com/dnlup/agent-11/compare/v1.0.1...v1.0.2) (2020-12-01) + + +### Bug Fixes + +* handle port number 0 ([a50c2d0](https://github.com/dnlup/agent-11/commit/a50c2d00bee663b0b7c73859609b9fc6cc6a57d0)) + ### [1.0.1](https://github.com/dnlup/agent-11/compare/v1.0.0...v1.0.1) (2020-11-30) ## [1.0.0](https://github.com/dnlup/agent-11/compare/v1.0.0-2...v1.0.0) (2020-10-28) diff --git a/package-lock.json b/package-lock.json index 119f0ff..1305fca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dnlup/agent-11", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2459eaf..5d8df12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnlup/agent-11", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple undici pool manager", "main": "index.js", "type": "commonjs",