# 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 follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Community governance and maintenance documents:
  - `CODE_OF_CONDUCT.md`
  - `SECURITY.md`
  - `STYLEGUIDE.md`
- GitHub contribution templates:
  - issue forms for bugs and feature requests
  - pull request template
- Prettier workflow support:
  - `format` and `format:check` npm scripts
  - `.prettierignore`

### Changed

- `CONTRIBUTING.md` synchronized with current project scripts and PR flow.
- Bug report form simplified for faster issue creation and optional sandbox URL.

## [0.28.6] - 2026-02-23

### Changed

- Baseline release state recorded when changelog tracking was introduced.
