Skip to content

Commit

Permalink
chore: Version 5.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 30, 2024
1 parent 1fe2f1c commit 0c2528c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
## 5.0.0-beta.2 - UNRELEASED
### Added
* If the `devServer` is running, the `ViteService::fetch()` method will try to use the `devServerInternal` URL first, falling back on the `devServerPublic` so that `craft.vite.inline()` can pull from the `devServer` if it is running ([#22](https://github.com/nystudio107/craft-plugin-vite/issues/22))
* Add `phpstan` and `ecs` code linting
* Add `code-analysis.yaml` GitHub action

### Changed
* PHPstan code cleanup
* ECS code cleanup

## 5.0.0-beta.1 - 2024.01.21
### Added
Expand Down

0 comments on commit 0c2528c

Please sign in to comment.