From ced9db2d1221fa081306114a2c998008d5441cdc Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 8 Aug 2023 17:14:19 +0200 Subject: [PATCH] chore(release): v1.7.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ee6448..a5a586d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.1 + +[compare changes](https://github.com/unjs/unenv/compare/v1.7.0...v1.7.1) + +### 🩹 Fixes + +- **node:stream:** Allow tree-shaking `Duplex` ([587860f](https://github.com/unjs/unenv/commit/587860f)) +- Add `sideEffects` to main `package.json` to allow tree-shaking ([6dac339](https://github.com/unjs/unenv/commit/6dac339)) +- **node:string_decoder:** Use relative import ([#129](https://github.com/unjs/unenv/pull/129)) + +### 💅 Refactors + +- **node:events:** Rewrite `EventEmitter` ([#128](https://github.com/unjs/unenv/pull/128)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Daniel Roe + ## v1.7.0 [compare changes](https://github.com/unjs/unenv/compare/v1.6.2...v1.7.0) diff --git a/package.json b/package.json index 51799abf..f15847e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "1.7.0", + "version": "1.7.1", "description": "", "repository": "unjs/unenv", "license": "MIT", @@ -52,4 +52,4 @@ "unbuild": "^1.2.1" }, "packageManager": "pnpm@8.6.12" -} +} \ No newline at end of file