From da29b022ada78957fa7c47203c1d15249331d094 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 6 Feb 2025 21:35:11 +0100 Subject: [PATCH] chore(release): v1.15.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f78179f..1e36330e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.15.0 + +[compare changes](https://github.com/unjs/h3/compare/v1.14.0...v1.15.0) + +### 🚀 Enhancements + +- Migrate from `unenv` v1 to `node-mock-http` ([#970](https://github.com/unjs/h3/pull/970)) + +### 🏡 Chore + +- Update branch ([d19ca8a3](https://github.com/unjs/h3/commit/d19ca8a3)) +- Bump node-mock-http to v1 ([ae316c9e](https://github.com/unjs/h3/commit/ae316c9e)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.14.0 [compare changes](https://github.com/unjs/h3/compare/v1.13.1...v1.14.0) diff --git a/package.json b/package.json index 049681d5..d0e4dbc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "1.14.0", + "version": "1.15.0", "description": "Minimal H(TTP) framework built for high performance and portability.", "repository": "unjs/h3", "license": "MIT",