Skip to content

Commit a3c85c9

Browse files
committed
chore(release): v3.2.0
1 parent 9e12fbe commit a3c85c9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.2.0
6+
7+
[compare changes](https://github.com/unjs/get-port-please/compare/v3.1.2...v3.2.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add unix domain socket utils ([#110](https://github.com/unjs/get-port-please/pull/110))
12+
13+
### 🩹 Fixes
14+
15+
- **validateHostname:** Add `169.254.0.0/16` range to not allowed hostnames ([#101](https://github.com/unjs/get-port-please/pull/101))
16+
17+
### 🏡 Chore
18+
19+
- Update repo ([17df943](https://github.com/unjs/get-port-please/commit/17df943))
20+
- Update deps ([20d20ec](https://github.com/unjs/get-port-please/commit/20d20ec))
21+
22+
### ✅ Tests
23+
24+
- Mock `console.log` implementation in error tests ([#104](https://github.com/unjs/get-port-please/pull/104))
25+
26+
### 🤖 CI
27+
28+
- Fix corepack ([9590839](https://github.com/unjs/get-port-please/commit/9590839))
29+
30+
### ❤️ Contributors
31+
32+
- Pooya Parsa ([@pi0](https://github.com/pi0))
33+
- João Carmona ([@jpsc](https://github.com/jpsc))
34+
- Sam Bostock ([@sambostock](https://github.com/sambostock))
35+
536
## v3.1.2
637

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

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.2",
3+
"version": "3.2.0",
44
"description": "Get an available TCP port to listen",
55
"repository": "unjs/get-port-please",
66
"license": "MIT",

0 commit comments

Comments
 (0)