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.3](https://github.com/r17x/js/compare/[email protected]@1.2.3) (2024-09-28)

### Bug Fixes

* **unplugin-environment:** bump unplugin for fixed virtual module issue in rspack ([8aacbbb](8aacbbb))

### Miscellaneous Chores

* add biome on each package ([f599722](f599722))
* **deps-dev:** add @rspack/core ([42d7f90](42d7f90))
  • Loading branch information
anakmagang committed Sep 28, 2024
1 parent 8aacbbb commit cca74b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/unplugin-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## unplugin-environment [1.2.3](https://github.com/r17x/js/compare/[email protected]@1.2.3) (2024-09-28)

### Bug Fixes

* **unplugin-environment:** bump unplugin for fixed virtual module issue in rspack ([8aacbbb](https://github.com/r17x/js/commit/8aacbbb2bc1474e4962874cd01148dce85ac6067))

### Miscellaneous Chores

* add biome on each package ([f599722](https://github.com/r17x/js/commit/f599722fb6612cb5f1f58e31c84d540bc2b31414))
* **deps-dev:** add @rspack/core ([42d7f90](https://github.com/r17x/js/commit/42d7f90a7cf40bdf848837948bb670fa0d22ea02))

## unplugin-environment [1.2.2](https://github.com/r17x/js/compare/[email protected]@1.2.2) (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.2",
"version": "1.2.3",
"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 cca74b5

Please sign in to comment.