Skip to content

Commit

Permalink
chore: Version 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 2, 2024
1 parent cfff78e commit 785005d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## 1.0.34 - UNRELEASED
### Fixed
* Fixed an issue where the wrong CSS hash would be returned if you were using Vite 3 or earlier ([#80](https://github.com/nystudio107/craft-vite/issues/80))
* Fixed an issue where `craft.vite.entry()` would fail if you were using Vite 5 or later, due to the `ManifestHelper::fileNameWithoutHash()` function not working correctly ([#24](https://github.com/nystudio107/craft-plugin-vite/issues/24))

## 1.0.33 - 2024.01.30
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"craftcms/cms": "^3.0.0",
"nystudio107/craft-plugin-vite": "^1.0.33"
"nystudio107/craft-plugin-vite": "^1.0.34"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 785005d

Please sign in to comment.