From 5530ea799ec8c9dfa17a7c428927f1a3e8d14f21 Mon Sep 17 00:00:00 2001 From: asepindrak Date: Mon, 3 Nov 2025 13:34:24 +0700 Subject: [PATCH 1/2] docs: add initial CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd12d81 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# 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.0.0/), +and this project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). + +--- + +## [1.0.0] - 2025-11-03 +### Added +- ✨ Initial release of CommitFlow — AI-powered GitHub Insight & Project Management Tool + +### Chore +- chore: setup changesets for versioning and releases +- chore: update changelog and package versions + +### Docs +- docs: change README title to "🧠 CommitFlow - Smart Project Insights" From 4d4b249f33082ec25e6b0732b6b50f7dcad86e84 Mon Sep 17 00:00:00 2001 From: asepindrak Date: Mon, 3 Nov 2025 13:36:47 +0700 Subject: [PATCH 2/2] chore: add changeset for add changelog --- .changeset/thirty-feet-ring.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thirty-feet-ring.md diff --git a/.changeset/thirty-feet-ring.md b/.changeset/thirty-feet-ring.md new file mode 100644 index 0000000..9283c48 --- /dev/null +++ b/.changeset/thirty-feet-ring.md @@ -0,0 +1,5 @@ +--- +"commitflow": patch +--- + +add initial changelog