diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2ce54b1..caa3174 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,4 +2,39 @@ All notable changes to this project will be documented in this file. +## [0.0.2] - 2024-05-06 + +### 🚀 Features + +- Terminal colured output +- Release github workflow + +### 🐛 Bug Fixes + +- Composer version flag to small case ([#19](https://github.com/HugoByte/composer-cli/pull/19)) +- Revise description for the build flag ([#22](https://github.com/HugoByte/composer-cli/pull/22)) +- Update the build command ([#27](https://github.com/HugoByte/composer-cli/pull/27)) +- Use common loader while compiling the echo package to fix the import issue ([#28](https://github.com/HugoByte/composer-cli/pull/28)) +- Release issues + +### 🚜 Refactor + +- Refactor folder structure +- Echo-library +- Bump composer primitives in cli +- Cli commands and types +- Package name to composer-cli + +### 📚 Documentation + +- Update composer readme for build and validate command ([#21](https://github.com/HugoByte/composer-cli/pull/21)) + +### ⚙️ Miscellaneous Tasks + +- Removed unwanted library coloured +- Release ([#34](https://github.com/HugoByte/composer-cli/pull/34)) +- Release ([#36](https://github.com/HugoByte/composer-cli/pull/36)) +- Add license and discription + +