Skip to content

Commit 99c53e0

Browse files
committedJan 30, 2025·
chore: release v0.5.0
1 parent 61e95d4 commit 99c53e0

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed
 

‎CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# Changelog
22

33

4+
## v0.4.1...main
5+
6+
[compare changes](https://github.com/stacksjs/vite-plugin-local/compare/v0.4.1...main)
7+
8+
### 📖 Documentation
9+
10+
- Add analytics ([ab9867b](https://github.com/stacksjs/vite-plugin-local/commit/ab9867b))
11+
- Added usage ([c3b7ca2](https://github.com/stacksjs/vite-plugin-local/commit/c3b7ca2))
12+
- Enhance sidebar ([71e64ef](https://github.com/stacksjs/vite-plugin-local/commit/71e64ef))
13+
- Add pnpm install section ([91ee272](https://github.com/stacksjs/vite-plugin-local/commit/91ee272))
14+
- Adjust code theme ([46d3e2a](https://github.com/stacksjs/vite-plugin-local/commit/46d3e2a))
15+
- Improve showcase ([af09bfe](https://github.com/stacksjs/vite-plugin-local/commit/af09bfe))
16+
- Enable lastUpdated ([1d7eddb](https://github.com/stacksjs/vite-plugin-local/commit/1d7eddb))
17+
- Improve showcase ([40ba939](https://github.com/stacksjs/vite-plugin-local/commit/40ba939))
18+
- Improve sponsors ([85cb0b3](https://github.com/stacksjs/vite-plugin-local/commit/85cb0b3))
19+
20+
### 🏡 Chore
21+
22+
- Enhance team css ([0a62819](https://github.com/stacksjs/vite-plugin-local/commit/0a62819))
23+
- Enhance css ([bfbb91d](https://github.com/stacksjs/vite-plugin-local/commit/bfbb91d))
24+
- Temporarily downgrade vite ([f181f1e](https://github.com/stacksjs/vite-plugin-local/commit/f181f1e))
25+
- Upgrade unocss and vite ([2851568](https://github.com/stacksjs/vite-plugin-local/commit/2851568))
26+
- Several minor updates & improvements ([71ef5e1](https://github.com/stacksjs/vite-plugin-local/commit/71ef5e1))
27+
- Update renovate config ([b8c0a1b](https://github.com/stacksjs/vite-plugin-local/commit/b8c0a1b))
28+
- Minor updates ([32857f6](https://github.com/stacksjs/vite-plugin-local/commit/32857f6))
29+
- Update meta images ([2242792](https://github.com/stacksjs/vite-plugin-local/commit/2242792))
30+
- Update bun ([fa8dafd](https://github.com/stacksjs/vite-plugin-local/commit/fa8dafd))
31+
- Update readme ([bb20c11](https://github.com/stacksjs/vite-plugin-local/commit/bb20c11))
32+
- Update deps ([778f2f4](https://github.com/stacksjs/vite-plugin-local/commit/778f2f4))
33+
- Update readme ([0f4dc98](https://github.com/stacksjs/vite-plugin-local/commit/0f4dc98))
34+
- Update deps ([61e95d4](https://github.com/stacksjs/vite-plugin-local/commit/61e95d4))
35+
36+
### ❤️ Contributors
37+
38+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
39+
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))
40+
441
## v0.4.0...main
542

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

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-local",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "A Vite plugin to enable a development environment for minimalists.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"unconfig": "0.3.10"
6666
},
6767
"simple-git-hooks": {
68-
"pre-commit": "bun lint-staged"
68+
"pre-commit": "bunx lint-staged"
6969
},
7070
"lint-staged": {
7171
"*.{js,ts}": "bunx eslint . --fix"

0 commit comments

Comments
 (0)
Please sign in to comment.