From e7b93cb8b04b560ff655ede3791a48787c810c47 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 2 Aug 2023 13:39:19 +0200 Subject: [PATCH] chore(release): v1.6.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95adea6c..b2cd5ef3 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.6.0 + +[compare changes](https://github.com/unjs/unenv/compare/v1.5.2...v1.6.0) + +### 🚀 Enhancements + +- **node:** Export full node crypto exports ([#121](https://github.com/unjs/unenv/pull/121)) + +### 🩹 Fixes + +- **node:** Preserve http number header type with `setHeader` ([#119](https://github.com/unjs/unenv/pull/119)) +- **node:** Add missing `compose` to stream classes ([5687712](https://github.com/unjs/unenv/commit/5687712)) +- **node:** Import `EventEmitter` from local path ([ecd741a](https://github.com/unjs/unenv/commit/ecd741a)) + +### 🏡 Chore + +- **release:** V1.5.2 ([4bfe1d5](https://github.com/unjs/unenv/commit/4bfe1d5)) +- Update dev dependencies ([43ceb09](https://github.com/unjs/unenv/commit/43ceb09)) + +### 🤖 CI + +- Use conventional commit for autofix action ([#120](https://github.com/unjs/unenv/pull/120)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Heb ([@Hebilicious](http://github.com/Hebilicious)) +- Daniel Roe + ## v1.5.2 [compare changes](https://github.com/unjs/unenv/compare/v1.5.1...v1.5.2) diff --git a/package.json b/package.json index 163648ad..dfee5cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "1.5.2", + "version": "1.6.0", "description": "", "repository": "unjs/unenv", "license": "MIT", @@ -51,4 +51,4 @@ "unbuild": "^1.2.1" }, "packageManager": "pnpm@8.6.11" -} +} \ No newline at end of file