Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.5.0](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.4.0...github-lang-stats-v1.5.0) (2026-02-21)


### Added

* add listRepositories function to retrieve user contributions and repository details ([3aae0f6](https://github.com/smallstack/github-lang-stats/commit/3aae0f6de44aba6d83dba085ae863f9856d8960c))
* add support for PR counts and repository privacy status in aggregation ([3066341](https://github.com/smallstack/github-lang-stats/commit/3066341972ba12a4fdfb4911b06938fe08ea698c))


### Documentation

* enhance README with explanation of tool advantages over GitHub profile ([9c90eae](https://github.com/smallstack/github-lang-stats/commit/9c90eaeeb5ab6093bc2977d40d5f4c49ae039c7c))


### Miscellaneous

* **typing:** :zap: Refactor RepoStats to match new requirements ([374cdde](https://github.com/smallstack/github-lang-stats/commit/374cddef185e4f44522fbbfc9f55d02e92e9625b))

## [1.4.0](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.3.2...github-lang-stats-v1.4.0) (2026-02-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-lang-stats",
"version": "1.4.0",
"version": "1.5.0",
"description": "CLI that computes per-author GitHub language statistics by sampling commit file changes",
"type": "module",
"main": "./dist/lib.js",
Expand Down