Skip to content

Commit 2fcc7c3

Browse files
committed
chore(release): v1.5.4
1 parent 917abc1 commit 2fcc7c3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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+
## v1.5.4
6+
7+
[compare changes](https://github.com/unjs/listhen/compare/v1.5.3...v1.5.4)
8+
9+
### 🩹 Fixes
10+
11+
- Use `localhost` when host is empty for `getURL` ([9ec7d77](https://github.com/unjs/listhen/commit/9ec7d77))
12+
13+
### 📖 Documentation
14+
15+
- Fix typo ([#127](https://github.com/unjs/listhen/pull/127))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.5.3 ([c8d2ef9](https://github.com/unjs/listhen/commit/c8d2ef9))
20+
- Remove unnecessary fallback ([e66b82b](https://github.com/unjs/listhen/commit/e66b82b))
21+
- Update lockfile ([917abc1](https://github.com/unjs/listhen/commit/917abc1))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](http://github.com/pi0))
26+
- Tech Genius
27+
528
## v1.5.3
629

730
[compare changes](https://github.com/unjs/listhen/compare/v1.5.2...v1.5.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "listhen",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "👂 Elegant HTTP Listener",
55
"repository": "unjs/listhen",
66
"license": "MIT",

0 commit comments

Comments
 (0)