Skip to content

Commit 2c59a0f

Browse files
committed
chore: release v0.3.0
1 parent fdac645 commit 2c59a0f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.2.1...main
5+
6+
[compare changes](https://github.com/stacksjs/vite-plugin-local/compare/v0.2.1...main)
7+
8+
### 🏡 Chore
9+
10+
- Lint ([981c0f4](https://github.com/stacksjs/vite-plugin-local/commit/981c0f4))
11+
- Adjust readme ([bb8ef64](https://github.com/stacksjs/vite-plugin-local/commit/bb8ef64))
12+
- Use ts eslint config ([421b51d](https://github.com/stacksjs/vite-plugin-local/commit/421b51d))
13+
- Export with explicit type ([4d5ba36](https://github.com/stacksjs/vite-plugin-local/commit/4d5ba36))
14+
- Use ESLintConfig type ([948d303](https://github.com/stacksjs/vite-plugin-local/commit/948d303))
15+
- Improve printUrl handling ([fdac645](https://github.com/stacksjs/vite-plugin-local/commit/fdac645))
16+
17+
### ❤️ Contributors
18+
19+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
20+
421
## v0.2.0...main
522

623
[compare changes](https://github.com/stacksjs/vite-plugin-local/compare/v0.2.0...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-local",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"description": "A Vite plugin to enable a development environment for minimalists.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)