Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 2, 2025
1 parent b7b5478 commit 8d8cd11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.5 (2025-01-02)

- Don't require `package.json` to exist for `crawlFrameworkPkgs` ([#16](https://github.com/svitejs/vitefu/pull/16))

## 1.0.4 (2024-11-26)

- Allow Vite 6 peer dependency (remove beta support)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Bjorn and Dominik
Copyright (c) 2025 Bjorn and Dominik

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.4",
"version": "1.0.5",
"license": "MIT",
"type": "module",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit 8d8cd11

Please sign in to comment.