Skip to content

Commit 6b69137

Browse files
committed
chore(release): v3.10.0
1 parent 7de863c commit 6b69137

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.10.0
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.9.0...v3.10.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Detect `DENO_DEPLOY` for deno deploy EA ([#167](https://github.com/unjs/std-env/pull/167))
12+
- Detect google cloud run / job ([#161](https://github.com/unjs/std-env/pull/161))
13+
14+
### 💅 Refactors
15+
16+
- Stricter type checks ([995d525](https://github.com/unjs/std-env/commit/995d525))
17+
- Improve jsdocs ([#166](https://github.com/unjs/std-env/pull/166))
18+
19+
### 📦 Build
20+
21+
- Add `type: "module"` to package.json ([cb104d3](https://github.com/unjs/std-env/commit/cb104d3))
22+
23+
### 🏡 Chore
24+
25+
- Update dependencies ([0a81775](https://github.com/unjs/std-env/commit/0a81775))
26+
- Lint ([bd107d6](https://github.com/unjs/std-env/commit/bd107d6))
27+
- Remove jiti dependency ([f99e26a](https://github.com/unjs/std-env/commit/f99e26a))
28+
29+
### ❤️ Contributors
30+
31+
- Álvaro <[email protected]>
32+
- Pooya Parsa ([@pi0](https://github.com/pi0))
33+
534
## v3.9.0
635

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

0 commit comments

Comments
 (0)