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.3.0](https://github.com/r17x/js/compare/[email protected]@1.3.0) (2024-10-03)

### Features

* **client-server:** add client and server configuration ([#33](#33)) ([b621357](b621357))

### Documentation

* write better readme ([a043943](a043943))
  • Loading branch information
anakmagang committed Oct 3, 2024
1 parent b621357 commit 65cdb8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/unplugin-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## unplugin-environment [1.3.0](https://github.com/r17x/js/compare/[email protected]@1.3.0) (2024-10-03)

### Features

* **client-server:** add client and server configuration ([#33](https://github.com/r17x/js/issues/33)) ([b621357](https://github.com/r17x/js/commit/b62135721fa7c95b058cae62f5f49d7e87528e5d))

### Documentation

* write better readme ([a043943](https://github.com/r17x/js/commit/a0439436ffac0d9b920f25bf079c2e645f944f61))

## unplugin-environment [1.2.5](https://github.com/r17x/js/compare/[email protected]@1.2.5) (2024-09-30)

### 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.5",
"version": "1.3.0",
"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 65cdb8a

Please sign in to comment.