From 964af36936f9e5916cd6616ec783c2a228290b62 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 22 Aug 2023 13:17:36 +0200 Subject: [PATCH] chore(release): v1.7.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a586d7..c3b45711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.2 + +[compare changes](https://github.com/unjs/unenv/compare/v1.7.1...v1.7.2) + +### 🩹 Fixes + +- **node:fs:** Default export for `node:fs/promises` ([37fd173](https://github.com/unjs/unenv/commit/37fd173)) +- **node:crypto:** Bind crypto functions to avoid `Illegal invocation` error ([#134](https://github.com/unjs/unenv/pull/134)) +- **node:fs:** Add mock for `openAsBlob` ([16f6150](https://github.com/unjs/unenv/commit/16f6150)) +- **node:stream:** Support `asyncDispose` for readable ([f8f8f46](https://github.com/unjs/unenv/commit/f8f8f46)) + +### 🏡 Chore + +- Update dependencies ([7731f08](https://github.com/unjs/unenv/commit/7731f08)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Brendon Matos + ## v1.7.1 [compare changes](https://github.com/unjs/unenv/compare/v1.7.0...v1.7.1) diff --git a/package.json b/package.json index 218435ba..80eebcc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "1.7.1", + "version": "1.7.2", "description": "", "repository": "unjs/unenv", "license": "MIT",