From cc617da26fee214287fe3f8c74138c2cb12508e4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 24 May 2023 14:29:40 +0200 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd121f56..d0f77e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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.0 + +[compare changes](https://github.com/unjs/unenv/compare/v1.4.1...v1.5.0) + + +### 🚀 Enhancements + + - Implement basic `node:async_hooks` ([#98](https://github.com/unjs/unenv/pull/98)) + - Use `consola/core` instead of mocking consola ([#93](https://github.com/unjs/unenv/pull/93)) + - **http:** Support `IncomingMessage.headersDistinct` and `IncomingMessage.trailersDistinct` ([08e36cc](https://github.com/unjs/unenv/commit/08e36cc)) + - **node/crypto:** Implement `randomBytes` ([#100](https://github.com/unjs/unenv/pull/100)) + - **http:** Support `ServerResponse.appendHeader` ([c492d45](https://github.com/unjs/unenv/commit/c492d45)) + +### 🩹 Fixes + + - **async_hooks:** Add `snapshot` stub ([1eec581](https://github.com/unjs/unenv/commit/1eec581)) + +### 🏡 Chore + + - Update eslint ([4de6a50](https://github.com/unjs/unenv/commit/4de6a50)) + - Fix lint issue ([ae2469b](https://github.com/unjs/unenv/commit/ae2469b)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- BoxenOfDonuts + ## v1.4.1 [compare changes](https://github.com/unjs/unenv/compare/v1.4.0...v1.4.1) diff --git a/package.json b/package.json index 9f12d5f8..481e5a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "1.4.1", + "version": "1.5.0", "description": "", "repository": "unjs/unenv", "license": "MIT", @@ -51,4 +51,4 @@ "unbuild": "^1.2.1" }, "packageManager": "pnpm@8.5.1" -} +} \ No newline at end of file