Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.1.1 Under development

- docs: add `Next steps` section with links to installation, usage, configuration, and testing guides.
- docs: update badge in `README.md` to reflect security checks.

## 0.1.0 August 24, 2026

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<a href="https://github.com/php-forge/vite/actions/workflows/ecs.yml" target="_blank">
<img src="https://img.shields.io/github/actions/workflow/status/php-forge/vite/ecs.yml?style=for-the-badge&label=ECS&logo=github" alt="Easy Coding Standard">
</a>
<a href="https://github.com/php-forge/vite/actions/workflows/dependency-check.yml" target="_blank">
<img src="https://img.shields.io/github/actions/workflow/status/php-forge/vite/dependency-check.yml?style=for-the-badge&label=Dependency%20Check&logo=github" alt="Dependency Check">
<a href="https://github.com/php-forge/vite/actions/workflows/security.yml" target="_blank">
<img src="https://img.shields.io/github/actions/workflow/status/php-forge/vite/security.yml?style=for-the-badge&label=Security&logo=github" alt="Security">
</a>
</p>

Expand Down
Loading