Skip to content

Commit

Permalink
refactor: Version 4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 13, 2024
1 parent 403b360 commit 930809b
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 @@
# Plugin Vite Changelog

## 4.0.12 - UNRELEASED
### Changed
* Filter out empty attributes so they don't render on the `<script>` tags

## 4.0.11 - 2024.06.12
### Added
* By default, only load the Vite AssetBundle if the request is a CP request or a preview request. This can be overridden via the `useForAllRequests` VitePluginService property ([#27](https://github.com/nystudio107/craft-plugin-vite/issues/27))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nystudio107/craft-plugin-vite",
"description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
"version": "4.0.11",
"version": "4.0.12",
"keywords": [
"craftcms",
"plugin",
Expand Down

0 comments on commit 930809b

Please sign in to comment.