From 8a92bcd3f53b7da4dfd74e47f43a01d9ca28c10d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 28 Mar 2023 13:08:57 +0200 Subject: [PATCH] chore(release): v1.6.3 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63b771..9b50e951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.6.3 + +[compare changes](https://github.com/unjs/h3/compare/v1.6.2...v1.6.3) + + +### 🩹 Fixes + + - **readBody, readRawBody:** Handle raw body as buffer ([#366](https://github.com/unjs/h3/pull/366)) + +### 📖 Documentation + + - Missing parentheses ([#362](https://github.com/unjs/h3/pull/362)) + +### 🏡 Chore + + - Update changelog ([e199df3](https://github.com/unjs/h3/commit/e199df3)) + +### ❤️ Contributors + +- Johann Schopplich ([@johannschopplich](http://github.com/johannschopplich)) +- Roger! +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.6.2 [compare changes](https://github.com/unjs/h3/compare/v1.6.1...v1.6.2) diff --git a/package.json b/package.json index 9d111fad..4e003c46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "1.6.2", + "version": "1.6.3", "description": "Tiny JavaScript Server", "repository": "unjs/h3", "license": "MIT",