Skip to content

Commit 36c5ba3

Browse files
committed
docs: update CHANGELOG for v0.1.1
Document all changes including GitHub Actions workflows, editor configuration, community files, and build improvements.
1 parent 60936d7 commit 36c5ba3

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1] - 2026-03-17
11+
12+
### Added
13+
14+
- GitHub Actions CI workflow for linting and building.
15+
- GitHub Actions workflow for GitHub Pages deployment.
16+
- GitHub Actions release workflow.
17+
- Issue templates for bug reports and feature requests.
18+
- Pull request template for consistent PR descriptions.
19+
- Editor configuration (`.editorconfig`) for consistent coding style.
20+
- Prettier configuration for code formatting.
21+
- VS Code workspace settings for project-specific editor configuration.
22+
- Git attributes for consistent line endings.
23+
- MIT License file.
24+
- Code of Conduct (Contributor Covenant).
25+
- Contributing guidelines.
26+
- Security policy.
27+
- AGENTS.md for AI-assisted contribution guidance.
28+
29+
### Changed
30+
31+
- Enhanced README with badges, improved formatting, and project metadata.
32+
- Updated `package.json` with proper npm metadata (description, keywords, repository, bugs, homepage).
33+
- Upgraded `next` dependency from `16.1.6` to `^16.1.7`.
34+
- Added `cross-env` for cross-platform environment variable support.
35+
- Updated `.gitignore` to exclude IDE-specific files and local settings.
36+
- Configured `next.config.ts` to support static export for GitHub Pages deployment.
37+
38+
## [0.1.0] - 2026-03-17
39+
40+
### Added
41+
42+
- Initial public project scaffold and route-finder MVP.

0 commit comments

Comments
 (0)