Skip to content

Commit

Permalink
chore(release): v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 8, 2024
1 parent aedaeed commit 16c5d9d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

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

### 🚀 Enhancements

- **provider:** Add deno-deploy ([#117](https://github.com/unjs/std-env/pull/117))
- **providers:** Detect `FIREBASE_APP_HOSTING` ci ([#146](https://github.com/unjs/std-env/pull/146))

### 📦 Build

- Update unbuild ([41e7a6a](https://github.com/unjs/std-env/commit/41e7a6a))

### 🏡 Chore

- Update lockfile ([7528b13](https://github.com/unjs/std-env/commit/7528b13))
- Remove lagon ([#109](https://github.com/unjs/std-env/pull/109))
- Update repo ([f97a04b](https://github.com/unjs/std-env/commit/f97a04b))
- Update deps ([6cbedab](https://github.com/unjs/std-env/commit/6cbedab))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Markthree ([@markthree](http://github.com/markthree))
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))

## v3.7.0

[compare changes](https://github.com/unjs/std-env/compare/v3.6.0...v3.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "std-env",
"version": "3.7.0",
"version": "3.8.0",
"description": "Runtime agnostic JS utils",
"repository": "unjs/std-env",
"license": "MIT",
Expand Down

0 comments on commit 16c5d9d

Please sign in to comment.