diff --git a/CHANGELOG.md b/CHANGELOG.md index da21fc2..dfb66bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5ec09d9..c191180 100644 --- a/package.json +++ b/package.json @@ -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",