diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d7b1ec..7e8be0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +## v2.0.0-rc.10 + +[compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.9...v2.0.0-rc.10) + +### 🩹 Fixes + +- **node:** Add `getOwnPropertyDescriptor` for `process.env` ([#475](https://github.com/unjs/unenv/pull/475)) +- Keep original process ref in top level ([3abdebc](https://github.com/unjs/unenv/commit/3abdebc)) + +### 🏡 Chore + +- Update deps ([32235c7](https://github.com/unjs/unenv/commit/32235c7)) +- Minor refactor ([d2219ed](https://github.com/unjs/unenv/commit/d2219ed)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](https://github.com/pi0)) + ## v2.0.0-rc.9 [compare changes](https://github.com/unjs/unenv/compare/v2.0.0-rc.8...v2.0.0-rc.9) diff --git a/package.json b/package.json index d9d4b087..9eb1a135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unenv", - "version": "2.0.0-rc.9", + "version": "2.0.0-rc.10", "description": "", "repository": "unjs/unenv", "license": "MIT",