Skip to content

Commit

Permalink
chore(release): v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 1, 2023
1 parent bb86834 commit 33d70be
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,35 @@

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.6.0

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

### 🚀 Enhancements

- Add zeabur provider ([#93](https://github.com/unjs/std-env/pull/93))
- **providers:** Add codesphere detection ([#95](https://github.com/unjs/std-env/pull/95))

### 🩹 Fixes

- **isColorSupported:** Inverted condition for `TERM=dumb` ([#97](https://github.com/unjs/std-env/pull/97))

### 🌊 Types

- Type `runtime` export ([#92](https://github.com/unjs/std-env/pull/92))

### 🏡 Chore

- **release:** V3.5.0 ([e1bfb39](https://github.com/unjs/std-env/commit/e1bfb39))
- Update lockfile ([2685bb6](https://github.com/unjs/std-env/commit/2685bb6))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Trung Dang ([@NamesMT](http://github.com/NamesMT))
- Conner Bachmann ([@Intevel](http://github.com/Intevel))
- Yuanlin Lin ([@yuaanlin](http://github.com/yuaanlin))

## v3.5.0

[compare changes](https://github.com/unjs/std-env/compare/v3.4.3...v3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "std-env",
"version": "3.5.0",
"version": "3.6.0",
"description": "Runtime agnostic JS utils",
"repository": "unjs/std-env",
"license": "MIT",
Expand Down

0 comments on commit 33d70be

Please sign in to comment.