feat(core): Add tracking of commits published on npm

This commit is contained in:
2024-12-13 19:24:09 +01:00
parent 3392174169
commit 19ecb3f9a5
6 changed files with 63 additions and 12 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-13 - 1.1.0 - feat(core)
Add tracking of commits published on npm
- Introduced a check for published commits on npm using smartnpm.
- Enhanced fetchAllCommitsFromInstance to include 'publishedOnNpm' status in results.
## 2024-12-13 - 1.0.2 - fix(core)
Improve error handling in fetchRecentCommitsForRepo method