Skip to content

Commit f756e33

Browse files
committed
chore: release v0.2.0
1 parent a9f10e1 commit f756e33

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
## v0.2.0...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.2.0...main)
5+
6+
### 🏡 Chore
7+
8+
- Adjust cover ([96a41a2](https://github.com/stacksjs/bun-plugin-env/commit/96a41a2))
9+
- Update image ([a9f10e1](https://github.com/stacksjs/bun-plugin-env/commit/a9f10e1))
10+
11+
### ❤️ Contributors
12+
13+
- Chris <chrisbreuer93@gmail.com>
14+
15+
## v0.2.0...main
16+
17+
[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.2.0...main)
18+
19+
### 🏡 Chore
20+
21+
- Adjust cover ([96a41a2](https://github.com/stacksjs/bun-plugin-env/commit/96a41a2))
22+
- Update image ([a9f10e1](https://github.com/stacksjs/bun-plugin-env/commit/a9f10e1))
23+
24+
### ❤️ Contributors
25+
26+
- Chris <chrisbreuer93@gmail.com>
27+
228
## v0.1.4...main
329

430
[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.1.4...main)

bun.lockb

-232 Bytes
Binary file not shown.

changelog.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bun-plugin-env",
33
"type": "module",
44
"version": "0.2.0",
5-
"description": "",
5+
"description": "A simple Bun plugin to load .env files as modules.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
88
"homepage": "https://github.com/stacksjs/bun-plugin-env#readme",
@@ -53,9 +53,7 @@
5353
"typecheck": "tsc --noEmit"
5454
},
5555
"devDependencies": {
56-
"@stacksjs/cli": "^0.58.73",
5756
"@stacksjs/eslint-config": "^0.58.73",
58-
"@stacksjs/path": "^0.58.73",
5957
"@types/bun": "^1.0.6",
6058
"@types/node": "^20.11.19",
6159
"changelogen": "^0.5.5",

0 commit comments

Comments
 (0)