-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): [email protected] [skip ci]
## unplugin-environment [1.2.4](https://github.com/r17x/js/compare/[email protected]@1.2.4) (2024-09-30) ### Bug Fixes * **unplugin-environment:** merge type match env and schema ([b0f9123](b0f9123))
- Loading branch information
1 parent
b0f9123
commit 65c473b
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## unplugin-environment [1.2.4](https://github.com/r17x/js/compare/[email protected]@1.2.4) (2024-09-30) | ||
|
||
### Bug Fixes | ||
|
||
* **unplugin-environment:** merge type match env and schema ([b0f9123](https://github.com/r17x/js/commit/b0f9123de398a5765bcbdca0125977e9d6d250c5)) | ||
|
||
## unplugin-environment [1.2.3](https://github.com/r17x/js/compare/[email protected]@1.2.3) (2024-09-28) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "unplugin-environment", | ||
"type": "module", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A plugin for loading enviroment variables safely with schema validation, simple with virtual module, type-safe with intellisense, and better DX 🔥 🚀 👷. Support with Next.js, Vite, Webpack, Rollup, Rspack, Farm, and more.", | ||
"license": "MIT", | ||
"author": "r17x <[email protected]>", | ||
|