fix(core): Fix filtering logic for returning only tagged commits

This commit is contained in:
2024-12-14 00:47:24 +01:00
parent d103778a75
commit 3502a661ea
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-14 - 1.5.3 - fix(core)
Fix filtering logic for returning only tagged commits
- Ensure `allCommits` is filtered to only include commits with 'tagged' status before returning.
## 2024-12-14 - 1.5.2 - fix(core)
Ensure stability of core functionalities.