Skip to content

Commit cc476d8

Browse files
authored
chore(nitro): release v0.0.3 (#1167)
1 parent 5fa4e79 commit cc476d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/nitro/CHANGELOG.md

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

3+
## v0.0.3 (2025-09-24)
4+
5+
- fix(nitro): avoid `dist` since it breaks netlify ([#1163](https://github.com/hi-ogawa/vite-plugins/pull/1163))
6+
37
## v0.0.2 (2025-09-10)
48

59
- fix(nitro): immutable cache for client build `assetsDir` ([#1153](https://github.com/hi-ogawa/vite-plugins/pull/1153))

packages/nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiogawa/vite-plugin-nitro",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/nitro",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)