Skip to content

Commit

Permalink
chore: Version 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 13, 2024
1 parent c454087 commit 98cebaf
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

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

## 4.0.9 - 2024.03.02
### Added
* Add documentation for Craft Cloud usage with Vite ([#83](https://github.com/nystudio107/craft-vite/pull/83))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-vite",
"description": "Allows the use of the Vite.js next generation frontend tooling with Craft CMS",
"type": "craft-plugin",
"version": "4.0.9",
"version": "4.0.10",
"keywords": [
"craft",
"cms",
Expand All @@ -24,7 +24,7 @@
],
"require": {
"craftcms/cms": "^4.0.0",
"nystudio107/craft-plugin-vite": "^4.0.10"
"nystudio107/craft-plugin-vite": "^4.0.12"
},
"require-dev": {
"craftcms/cloud": "^1.41.0",
Expand Down

0 comments on commit 98cebaf

Please sign in to comment.