From 652ada1c7921953878e31e7392af5e46e941ca45 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 6 Sep 2023 21:00:08 +0200 Subject: [PATCH] chore(release): v1.4.6 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cce30..83891ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.4.6 + +[compare changes](https://github.com/unjs/listhen/compare/v1.4.5...v1.4.6) + +### 🩹 Fixes + +- Validate input hostname and warn ([bfc8149](https://github.com/unjs/listhen/commit/bfc8149)) + +### 🏡 Chore + +- Remove `console.log` ([aee15da](https://github.com/unjs/listhen/commit/aee15da)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.4.5 [compare changes](https://github.com/unjs/listhen/compare/v1.4.4...v1.4.5) diff --git a/package.json b/package.json index 25373bc..2c7129c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listhen", - "version": "1.4.5", + "version": "1.4.6", "description": "👂 Elegant HTTP Listener", "repository": "unjs/listhen", "license": "MIT",