Skip to content

Commit

Permalink
chore(release): v2.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2025
1 parent d2219ed commit 36b55fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unenv",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down

0 comments on commit 36b55fc

Please sign in to comment.