Skip to content

Commit f6f5056

Browse files
committed
Release v1.0.4
1 parent 8411cfe commit f6f5056

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.4 (2024-11-26)
4+
5+
- Allow Vite 6 peer dependency (remove beta support)
6+
37
## 1.0.3 (2024-10-14)
48

59
- Allow Vite 6 beta peer dependency (experimental support)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitefu",
33
"description": "Utilities for building frameworks with Vite",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"license": "MIT",
66
"type": "module",
77
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)