Skip to content

Commit

Permalink
chore(release): [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## 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
anakmagang committed Sep 30, 2024
1 parent b0f9123 commit 65c473b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/unplugin-environment/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-environment/package.json
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]>",
Expand Down

0 comments on commit 65c473b

Please sign in to comment.