-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27a4a32
commit c8967ea
Showing
2 changed files
with
17 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,4 +1,20 @@ | ||
|
||
## v0.2.1...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.2.1...main) | ||
|
||
### 🏡 Chore | ||
|
||
- Add cjs ending ([72d1545](https://github.com/stacksjs/bun-plugin-env/commit/72d1545)) | ||
- Use mjs ([2c9cb98](https://github.com/stacksjs/bun-plugin-env/commit/2c9cb98)) | ||
- Cache node_modules ([254d91d](https://github.com/stacksjs/bun-plugin-env/commit/254d91d)) | ||
- Temp only use ubuntu ([0f8b4f4](https://github.com/stacksjs/bun-plugin-env/commit/0f8b4f4)) | ||
- Add missing dep ([27a4a32](https://github.com/stacksjs/bun-plugin-env/commit/27a4a32)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Chris <[email protected]> | ||
|
||
## v0.2.0...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.2.0...main) | ||
|
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": "bun-plugin-env", | ||
"type": "module", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A simple Bun plugin to load .env files as modules.", | ||
"author": "Chris Breuer <[email protected]>", | ||
"license": "MIT", | ||
|