Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 8, 2023
1 parent 1594d0f commit da86eaa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.0

[compare changes](https://github.com/unjs/listhen/compare/v1.4.8...v1.5.0)

### 🚀 Enhancements

- Trap `SIGINT`, `SIGTERM` and `SIGHUP` for autoclosing ([#108](https://github.com/unjs/listhen/pull/108))

### 🩹 Fixes

- Allow valid ipv6 as hostnames ([78dd4b7](https://github.com/unjs/listhen/commit/78dd4b7))

### 🏡 Chore

- Update deps ([7d34ab9](https://github.com/unjs/listhen/commit/7d34ab9))

### ❤️ Contributors

- Mastercuber <e4d33vb85@mozmail.com>
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.4.8

[compare changes](https://github.com/unjs/listhen/compare/v1.4.7...v1.4.8)
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.4.8",
"version": "1.5.0",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down

0 comments on commit da86eaa

Please sign in to comment.