From 0a15e6bd873698e4a870c652a08aa06390414d37 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 8 Aug 2023 12:25:56 +0200 Subject: [PATCH] chore(release): v1.7.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c07c207..e9ee6448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ 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.0 + +[compare changes](https://github.com/unjs/unenv/compare/v1.6.2...v1.7.0) + +### 🚀 Enhancements + +- Expose `__unenv__` flag for unenv classes and functions ([#125](https://github.com/unjs/unenv/pull/125)) +- **node:** Allow overriding `AsyncHook`, `AsyncLocalStorage` and `AsyncResource` with `globalThis` ([#126](https://github.com/unjs/unenv/pull/126)) +- **node:buffer:** Allow overriding `Buffer` with `globalThis` ([1337f98](https://github.com/unjs/unenv/commit/1337f98)) +- **node:events:** Allow overriding `EventEmitter` with `globalThis` ([5ba2d03](https://github.com/unjs/unenv/commit/5ba2d03)) +- **node:stream:** Allow overriding `Duplex`, `Readable`, `Transform` and `Writable` with `globalThis` ([e06358d](https://github.com/unjs/unenv/commit/e06358d)) +- Add `node:string_decoder` with global polyfill ([002467a](https://github.com/unjs/unenv/commit/002467a)) + +### 🩹 Fixes + +- **fetch:** Avoid sending body for null body reponses ([#124](https://github.com/unjs/unenv/pull/124)) +- **node:crypto:** Properly call web crypto methods ([#122](https://github.com/unjs/unenv/pull/122)) + +### 🏡 Chore + +- **release:** V1.6.2 ([f4cba4e](https://github.com/unjs/unenv/commit/f4cba4e)) +- Fix type issues ([76dd36d](https://github.com/unjs/unenv/commit/76dd36d)) + +### 🤖 CI + +- Add typecheck ([18a1013](https://github.com/unjs/unenv/commit/18a1013)) +- Use node 18 ([68c9864](https://github.com/unjs/unenv/commit/68c9864)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Aaron Dewes + ## v1.6.2 [compare changes](https://github.com/unjs/unenv/compare/v1.6.1...v1.6.2) diff --git a/package.json b/package.json index 22964041..b53a809e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "1.6.2", + "version": "1.7.0", "description": "", "repository": "unjs/unenv", "license": "MIT",