Skip to content

Commit

Permalink
chore: Version 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed May 16, 2022
1 parent fe69387 commit 693c9d8
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.25 - 2022.05.15
### Fixed
* Fixed an issue where the plugin couldn't detect the Vite dev server by testing `__vite_ping` instead of `@vite/client` to determine whether the dev server is running or not ([#33](https://github.com/nystudio107/craft-vite/issues/33)) ([#8](https://github.com/nystudio107/craft-plugin-vite/issues/8))

## 1.0.24 - 2022.04.26
### Changed
* Don't log the full exception on a Guzzle error, just log the message
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.24",
"version": "1.0.25",
"keywords": [
"craftcms",
"plugin",
Expand Down

0 comments on commit 693c9d8

Please sign in to comment.