# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2025-06-23

- Support local node/npm setups
- Split up igniter steps and add more tests

## [0.1.0] - 2025-06-22

### Added

- Components to handle vite assets both for the dev server as well as from a manifest
- Integration with bun elixir package
- Igniter installer

[unreleased]: https://github.com/LostKobrakai/phoenix_vite/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.2.0
[0.1.0]: https://github.com/LostKobrakai/phoenix_vite/releases/tag/v0.1.0
