Skip to content

Commit ab15595

Browse files
committed
chore(release): v3.8.1
1 parent 96629c3 commit ab15595

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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.
44

5+
## v3.8.1
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.8.0...v3.8.1)
8+
9+
### 🩹 Fixes
10+
11+
- **providers:** Detect `CODESANDBOX_HOST` ([#154](https://github.com/unjs/std-env/pull/154))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([1124522](https://github.com/unjs/std-env/commit/1124522))
16+
- Lint ([31d957d](https://github.com/unjs/std-env/commit/31d957d))
17+
- Update ci ([9a787f3](https://github.com/unjs/std-env/commit/9a787f3))
18+
19+
### ❤️ Contributors
20+
21+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
22+
- Pooya Parsa ([@pi0](https://github.com/pi0))
23+
524
## v3.8.0
625

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std-env",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Runtime agnostic JS utils",
55
"repository": "unjs/std-env",
66
"license": "MIT",

0 commit comments

Comments
 (0)