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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.idea
.idea
.env
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.0
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 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).

## How to use this file

- Start a new section for each release with the version number and release date (e.g., `## [1.2.0] - 2024-04-12`).
- Track upcoming work under the `Unreleased` section before a version ships.
- Group entries under the relevant headings: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
- Use short, descriptive bullet points so contributors can skim the changes quickly.

## [Unreleased]

### Added

- _Placeholder_: Describe new features here.

### Changed

- _Placeholder_: List updates that modify existing behavior.

### Deprecated

- _Placeholder_: Note functionality that will be removed in a future release.

### Removed

- _Placeholder_: Mention features that have been removed.

### Fixed

- _Placeholder_: Summarize bug fixes.

### Security

- _Placeholder_: Detail security-related fixes or notices.

## [0.1.0] - 2026-01-05

### Added

- Initial public release of the project.
File renamed without changes.