Skip to content

Commit

Permalink
chore: Version 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Dec 14, 2021
1 parent 22badc9 commit 10e8884
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

## 1.0.17 - 2021.12.14
### Fixed
* Fixed an issue where the needle/haystack logic was reversed in `strpos()` which could cause it to not match properly in some setups ([#5](https://github.com/nystudio107/craft-plugin-vite/pull/5))

## 1.0.16 - 2021.10.28
### Changed
* refactor(manifest): No longer search `dynamicImports` for CSS to extract, since the Vite loader takes care of that for us ([#2](https://github.com/nystudio107/craft-plugin-vite/pull/2))
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": "1.0.16",
"version": "1.0.17",
"keywords": [
"craftcms",
"plugin",
Expand Down

0 comments on commit 10e8884

Please sign in to comment.