Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 26, 2024
1 parent 8411cfe commit f6f5056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.4 (2024-11-26)

- Allow Vite 6 peer dependency (remove beta support)

## 1.0.3 (2024-10-14)

- Allow Vite 6 beta peer dependency (experimental support)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"type": "module",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit f6f5056

Please sign in to comment.