Skip to content

Commit

Permalink
chore(release): v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 15, 2023
1 parent c911a1f commit c8d2ef9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## v1.5.3

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

### 🩹 Fixes

- Correct private host warning message ([df5ff4d](https://github.com/unjs/listhen/commit/df5ff4d))
- Prefer explicit `hostname` option over `HOST` env ([0674d96](https://github.com/unjs/listhen/commit/0674d96))

### 🏡 Chore

- **release:** V1.5.2 ([1aab0dd](https://github.com/unjs/listhen/commit/1aab0dd))
- Revert to `codecov/codecov-action@v3` ([c911a1f](https://github.com/unjs/listhen/commit/c911a1f))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.5.2

[compare changes](https://github.com/unjs/listhen/compare/v1.5.1...v1.5.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listhen",
"version": "1.5.2",
"version": "1.5.3",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down

0 comments on commit c8d2ef9

Please sign in to comment.