Skip to content

Commit 38a3416

Browse files
committed
chore(release): v3.1.2
1 parent cd4acec commit 38a3416

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
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.
44

5+
## v3.1.2
6+
7+
[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.1...v3.1.2)
8+
9+
### 🩹 Fixes
10+
11+
- Accept ipv6 as valid hostname ([d537a51](https://github.com/unjs/get-port-please/commit/d537a51))
12+
- Use closed ranges as port ranges ([#66](https://github.com/unjs/get-port-please/pull/66))
13+
- Ranges now work even if port is unset in options ([#72](https://github.com/unjs/get-port-please/pull/72))
14+
- Don't use random port by default if user specified any port ([#65](https://github.com/unjs/get-port-please/pull/65))
15+
16+
### 💅 Refactors
17+
18+
- Correct typos in `GetPortError` message ([#77](https://github.com/unjs/get-port-please/pull/77))
19+
- Fix typo in error message ([#73](https://github.com/unjs/get-port-please/pull/73))
20+
- Improve log when using alternative port ([#78](https://github.com/unjs/get-port-please/pull/78))
21+
22+
### 🏡 Chore
23+
24+
- Update fallback message ([1f45050](https://github.com/unjs/get-port-please/commit/1f45050))
25+
- Update dependencies and lockfile ([62735f6](https://github.com/unjs/get-port-please/commit/62735f6))
26+
27+
### ✅ Tests
28+
29+
- Simplify ([9dccfd9](https://github.com/unjs/get-port-please/commit/9dccfd9))
30+
- Update snapshot ([59cdd8c](https://github.com/unjs/get-port-please/commit/59cdd8c))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](http://github.com/pi0))
35+
- Filip Joelsson <filip.gberg@gmail.com>
36+
- Daniel Roe <daniel@roe.dev>
37+
- Vladimir Vagaytsev ([@vvagaytsev](http://github.com/vvagaytsev))
38+
- Yu Le <is.yuler@gmail.com>
39+
540
## v3.1.1
641

742
[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.0...v3.1.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-port-please",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Get an available TCP port to listen",
55
"repository": "unjs/get-port-please",
66
"license": "MIT",
@@ -38,4 +38,4 @@
3838
"vitest": "^1.1.3"
3939
},
4040
"packageManager": "pnpm@8.14.0"
41-
}
41+
}

0 commit comments

Comments
 (0)