From 7273ab4a375a9fd4d8173ef67628a203b255cce3 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 28 Jun 2023 12:58:03 +0200 Subject: [PATCH] chore(release): v1.7.1 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3a12e1..d6a172de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ 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.7.1 + +[compare changes](https://github.com/unjs/h3/compare/v1.7.0...v1.7.1) + + +### 🩹 Fixes + + - **fetchWithEvent:** Allow customizing fetch impl type ([#414](https://github.com/unjs/h3/pull/414)) + +### 💅 Refactors + + - Improve `H3Error` ([#415](https://github.com/unjs/h3/pull/415)) + +### 📖 Documentation + + - Update link to how it works ([3dd2376](https://github.com/unjs/h3/commit/3dd2376)) + +### 🏡 Chore + + - **release:** V1.7.0 ([709708f](https://github.com/unjs/h3/commit/709708f)) + - Add codecov.yml ([33f434f](https://github.com/unjs/h3/commit/33f434f)) + - Ignore eslint warning ([4c609b2](https://github.com/unjs/h3/commit/4c609b2)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Daniel Roe +- Med Talhaouy + ## v1.7.0 [compare changes](https://github.com/unjs/h3/compare/v1.6.6...v1.7.0) diff --git a/package.json b/package.json index fc46f171..96d765e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "1.7.0", + "version": "1.7.1", "description": "Tiny JavaScript Server", "repository": "unjs/h3", "license": "MIT",