From c37be8a6d8274fec1d0a50295abe748be6967384 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 14 Sep 2023 00:29:43 +0200 Subject: [PATCH] chore(release): v1.5.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f448b..ae511dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1 + +[compare changes](https://github.com/unjs/listhen/compare/v1.5.0...v1.5.1) + +### 🩹 Fixes + +- Open browser on wsl ([#124](https://github.com/unjs/listhen/pull/124)) + +### 🏡 Chore + +- **release:** V1.5.0 ([da86eaa](https://github.com/unjs/listhen/commit/da86eaa)) +- Update dependencies ([ca623b2](https://github.com/unjs/listhen/commit/ca623b2)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Sacha Stafyniak + ## v1.5.0 [compare changes](https://github.com/unjs/listhen/compare/v1.4.8...v1.5.0) diff --git a/package.json b/package.json index 3f607d4..8ed61b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listhen", - "version": "1.5.0", + "version": "1.5.1", "description": "👂 Elegant HTTP Listener", "repository": "unjs/listhen", "license": "MIT",