Skip to content

Commit 16c5d9d

Browse files
committed
chore(release): v3.8.0
1 parent aedaeed commit 16c5d9d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.8.0
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.7.0...v3.8.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **provider:** Add deno-deploy ([#117](https://github.com/unjs/std-env/pull/117))
12+
- **providers:** Detect `FIREBASE_APP_HOSTING` ci ([#146](https://github.com/unjs/std-env/pull/146))
13+
14+
### 📦 Build
15+
16+
- Update unbuild ([41e7a6a](https://github.com/unjs/std-env/commit/41e7a6a))
17+
18+
### 🏡 Chore
19+
20+
- Update lockfile ([7528b13](https://github.com/unjs/std-env/commit/7528b13))
21+
- Remove lagon ([#109](https://github.com/unjs/std-env/pull/109))
22+
- Update repo ([f97a04b](https://github.com/unjs/std-env/commit/f97a04b))
23+
- Update deps ([6cbedab](https://github.com/unjs/std-env/commit/6cbedab))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Markthree ([@markthree](http://github.com/markthree))
29+
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
30+
531
## v3.7.0
632

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

0 commit comments

Comments
 (0)