diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3541cdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.0.2] - 2026-02-20 +### Added +- Initial release of the SDK. +- Added `.npmignore` to exclude Gitea config files. +- Configured dual publishing (Gitea + Public NPM). + +## [0.0.1] - 2026-02-18 +### Added +- Project initialization.