Skip to content

Commit 70c5ac2

Browse files
committed
chore(release): v3.1.1
1 parent 9e76e76 commit 70c5ac2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1
6+
7+
[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.0...v3.1.1)
8+
9+
### 🩹 Fixes
10+
11+
- Ignore ipv6 link-local addresses from hosts ([9e76e76](https://github.com/unjs/get-port-please/commit/9e76e76))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa ([@pi0](http://github.com/pi0))
16+
517
## v3.1.0
618

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-port-please",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Get an available TCP port to listen",
55
"repository": "unjs/get-port-please",
66
"license": "MIT",

0 commit comments

Comments
 (0)