Skip to content

Commit

Permalink
chore(release): v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2025
1 parent 96629c3 commit ab15595
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## v3.8.1

[compare changes](https://github.com/unjs/std-env/compare/v3.8.0...v3.8.1)

### 🩹 Fixes

- **providers:** Detect `CODESANDBOX_HOST` ([#154](https://github.com/unjs/std-env/pull/154))

### 🏡 Chore

- Update deps ([1124522](https://github.com/unjs/std-env/commit/1124522))
- Lint ([31d957d](https://github.com/unjs/std-env/commit/31d957d))
- Update ci ([9a787f3](https://github.com/unjs/std-env/commit/9a787f3))

### ❤️ Contributors

- Daniel Roe ([@danielroe](https://github.com/danielroe))
- Pooya Parsa ([@pi0](https://github.com/pi0))

## v3.8.0

[compare changes](https://github.com/unjs/std-env/compare/v3.7.0...v3.8.0)
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": "std-env",
"version": "3.8.0",
"version": "3.8.1",
"description": "Runtime agnostic JS utils",
"repository": "unjs/std-env",
"license": "MIT",
Expand Down

0 comments on commit ab15595

Please sign in to comment.