Skip to content

Commit bad0633

Browse files
committed
chore: release v0.1.1
1 parent 70aab65 commit bad0633

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

2+
## v0.1.0...main
3+
4+
[compare changes](https://github.com/stacksjs/vite-plugin-dotenvx/compare/v0.1.0...main)
5+
6+
### 📖 Documentation
7+
8+
- Improve docs with examples ([6a3bce6](https://github.com/stacksjs/vite-plugin-dotenvx/commit/6a3bce6))
9+
- Rename to Auto-Generation ([daf6e9b](https://github.com/stacksjs/vite-plugin-dotenvx/commit/daf6e9b))
10+
- Minor markdown improvements ([70aab65](https://github.com/stacksjs/vite-plugin-dotenvx/commit/70aab65))
11+
12+
### 🏡 Chore
13+
14+
- Improve readme ([2adc54a](https://github.com/stacksjs/vite-plugin-dotenvx/commit/2adc54a))
15+
- Remove `closeBundle` remnant ([82a7499](https://github.com/stacksjs/vite-plugin-dotenvx/commit/82a7499))
16+
- Improve tests ([18f01f2](https://github.com/stacksjs/vite-plugin-dotenvx/commit/18f01f2))
17+
- Adjust gitignore ([a1613f5](https://github.com/stacksjs/vite-plugin-dotenvx/commit/a1613f5))
18+
- Ensure credits everywhere ([bf813a7](https://github.com/stacksjs/vite-plugin-dotenvx/commit/bf813a7))
19+
20+
### ❤️ Contributors
21+
22+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
23+
224
## ...main
325

426

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-dotenvx",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "A Vite plugin to seamlessly integrate with dotenvx.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)