diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d262a..30b9840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ 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. +## v3.1.2 + +[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.1...v3.1.2) + +### 🩹 Fixes + +- Accept ipv6 as valid hostname ([d537a51](https://github.com/unjs/get-port-please/commit/d537a51)) +- Use closed ranges as port ranges ([#66](https://github.com/unjs/get-port-please/pull/66)) +- Ranges now work even if port is unset in options ([#72](https://github.com/unjs/get-port-please/pull/72)) +- Don't use random port by default if user specified any port ([#65](https://github.com/unjs/get-port-please/pull/65)) + +### 💅 Refactors + +- Correct typos in `GetPortError` message ([#77](https://github.com/unjs/get-port-please/pull/77)) +- Fix typo in error message ([#73](https://github.com/unjs/get-port-please/pull/73)) +- Improve log when using alternative port ([#78](https://github.com/unjs/get-port-please/pull/78)) + +### 🏡 Chore + +- Update fallback message ([1f45050](https://github.com/unjs/get-port-please/commit/1f45050)) +- Update dependencies and lockfile ([62735f6](https://github.com/unjs/get-port-please/commit/62735f6)) + +### ✅ Tests + +- Simplify ([9dccfd9](https://github.com/unjs/get-port-please/commit/9dccfd9)) +- Update snapshot ([59cdd8c](https://github.com/unjs/get-port-please/commit/59cdd8c)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Filip Joelsson +- Daniel Roe +- Vladimir Vagaytsev ([@vvagaytsev](http://github.com/vvagaytsev)) +- Yu Le + ## v3.1.1 [compare changes](https://github.com/unjs/get-port-please/compare/v3.1.0...v3.1.1) diff --git a/package.json b/package.json index 8f1116a..e0c0849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-port-please", - "version": "3.1.1", + "version": "3.1.2", "description": "Get an available TCP port to listen", "repository": "unjs/get-port-please", "license": "MIT", @@ -38,4 +38,4 @@ "vitest": "^1.1.3" }, "packageManager": "pnpm@8.14.0" -} +} \ No newline at end of file