Skip to content

Commit 19f6660

Browse files
committed
chore(release): v4.0.0-rc.1
1 parent 58118f5 commit 19f6660

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
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+
## v4.0.0-rc.1
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.10.0...v4.0.0-rc.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Agent detection ([#179](https://github.com/unjs/std-env/pull/179))
12+
- Check `MODE` variable for `isDevelopment` and `isProduction` flags ([#114](https://github.com/unjs/std-env/pull/114))
13+
14+
### 🔥 Performance
15+
16+
- No need to pass env ref ([44bab37](https://github.com/unjs/std-env/commit/44bab37))
17+
18+
### 🩹 Fixes
19+
20+
- Jenkins detection ([#171](https://github.com/unjs/std-env/pull/171))
21+
22+
### 💅 Refactors
23+
24+
- ⚠️ Remove env and process shims ([d4de8a4](https://github.com/unjs/std-env/commit/d4de8a4))
25+
- ⚠️ Improve codebase ([653b127](https://github.com/unjs/std-env/commit/653b127))
26+
- Default `nodeEnv` to `undefined` ([c78098a](https://github.com/unjs/std-env/commit/c78098a))
27+
- Remove `toBoolean` util ([23bfb8f](https://github.com/unjs/std-env/commit/23bfb8f))
28+
29+
### 📦 Build
30+
31+
- ⚠️ Esm-only dist ([d31cca3](https://github.com/unjs/std-env/commit/d31cca3))
32+
33+
### 🏡 Chore
34+
35+
- Migrate to oxlint, oxfmt and tsgo ([3de70cf](https://github.com/unjs/std-env/commit/3de70cf))
36+
- Update lockfile ([c6e909c](https://github.com/unjs/std-env/commit/c6e909c))
37+
- Update ([06201cc](https://github.com/unjs/std-env/commit/06201cc))
38+
- Apply automated updates ([8f0d79f](https://github.com/unjs/std-env/commit/8f0d79f))
39+
- Update deps ([8168254](https://github.com/unjs/std-env/commit/8168254))
40+
- Prepare for v4 rc ([58118f5](https://github.com/unjs/std-env/commit/58118f5))
41+
42+
#### ⚠️ Breaking Changes
43+
44+
- ⚠️ Remove env and process shims ([d4de8a4](https://github.com/unjs/std-env/commit/d4de8a4))
45+
- ⚠️ Improve codebase ([653b127](https://github.com/unjs/std-env/commit/653b127))
46+
- ⚠️ Esm-only dist ([d31cca3](https://github.com/unjs/std-env/commit/d31cca3))
47+
48+
### ❤️ Contributors
49+
50+
- Pooya Parsa ([@pi0](https://github.com/pi0))
51+
- Mark R. Florkowski ([@markflorkowski](https://github.com/markflorkowski))
52+
- Gustavo Perdomo <gperdomor@gmail.com>
53+
554
## v3.10.0
655

756
[compare changes](https://github.com/unjs/std-env/compare/v3.9.0...v3.10.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": "4.0.0-rc.0",
3+
"version": "4.0.0-rc.1",
44
"description": "Runtime agnostic JS utils",
55
"license": "MIT",
66
"repository": "unjs/std-env",

0 commit comments

Comments
 (0)