Skip to content

Commit 8d8cd11

Browse files
committed
Release v1.0.5
1 parent b7b5478 commit 8d8cd11

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.5 (2025-01-02)
4+
5+
- Don't require `package.json` to exist for `crawlFrameworkPkgs` ([#16](https://github.com/svitejs/vitefu/pull/16))
6+
37
## 1.0.4 (2024-11-26)
48

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

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bjorn and Dominik
3+
Copyright (c) 2025 Bjorn and Dominik
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.4",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"type": "module",
77
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)