-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
- Vladimir Vagaytsev ([@vvagaytsev](http://github.com/vvagaytsev)) | ||
- Yu Le <[email protected]> | ||
|
||
## v3.1.1 | ||
|
||
[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.0...v3.1.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
} |