From 05bc365a3b903c6b822a7764301a905e04ffd594 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Sun, 20 Jul 2025 02:11:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Added=20CHANGELOG=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..acc9f47 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.1] - 2025-07-20 +### Initial +- First project version published. + +### Added +- Component style configuration +- Button component + +### Fixed +- Correction of test deployment errors +- Corrected button component accessibility errors \ No newline at end of file