Skip to content

Commit 7e8cb7b

Browse files
committed
chore(release): v3.9.0
1 parent 55f2bae commit 7e8cb7b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.9.0
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.8.1...v3.9.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Detect cloudflare workers build ci ([#156](https://github.com/unjs/std-env/pull/156))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([4e8f48d](https://github.com/unjs/std-env/commit/4e8f48d))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
521
## v3.8.1
622

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

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.1",
3+
"version": "3.9.0",
44
"description": "Runtime agnostic JS utils",
55
"repository": "unjs/std-env",
66
"license": "MIT",

0 commit comments

Comments
 (0)