diff --git a/CHANGELOG.md b/CHANGELOG.md index 956af78..680e86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## v3.4.1 + +[compare changes](https://undefined/undefined/compare/v3.4.0...v3.4.1) + +### 🩹 Fixes + +- Access `process` from `globalThis` (#73) + +### ❤️ Contributors + +- Patrick Pircher + ## v3.4.0 [compare changes](https://undefined/undefined/compare/v3.3.3...v3.4.0) diff --git a/package.json b/package.json index c0ddac7..04dc8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "std-env", - "version": "3.4.0", + "version": "3.4.1", "description": "Runtime agnostic JS utils", "repository": "unjs/std-env", "license": "MIT",