Skip to content

Commit 33d70be

Browse files
committed
chore(release): v3.6.0
1 parent bb86834 commit 33d70be

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.6.0
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.5.0...v3.6.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add zeabur provider ([#93](https://github.com/unjs/std-env/pull/93))
12+
- **providers:** Add codesphere detection ([#95](https://github.com/unjs/std-env/pull/95))
13+
14+
### 🩹 Fixes
15+
16+
- **isColorSupported:** Inverted condition for `TERM=dumb` ([#97](https://github.com/unjs/std-env/pull/97))
17+
18+
### 🌊 Types
19+
20+
- Type `runtime` export ([#92](https://github.com/unjs/std-env/pull/92))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V3.5.0 ([e1bfb39](https://github.com/unjs/std-env/commit/e1bfb39))
25+
- Update lockfile ([2685bb6](https://github.com/unjs/std-env/commit/2685bb6))
26+
27+
### ❤️ Contributors
28+
29+
- Pooya Parsa ([@pi0](http://github.com/pi0))
30+
- Trung Dang ([@NamesMT](http://github.com/NamesMT))
31+
- Conner Bachmann ([@Intevel](http://github.com/Intevel))
32+
- Yuanlin Lin ([@yuaanlin](http://github.com/yuaanlin))
33+
534
## v3.5.0
635

736
[compare changes](https://github.com/unjs/std-env/compare/v3.4.3...v3.5.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.5.0",
3+
"version": "3.6.0",
44
"description": "Runtime agnostic JS utils",
55
"repository": "unjs/std-env",
66
"license": "MIT",

0 commit comments

Comments
 (0)