Skip to content

Commit 3f7e2ca

Browse files
chore(main): release github-lang-stats 1.5.0 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c90eae commit 3f7e2ca

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Added
7+
8+
* add listRepositories function to retrieve user contributions and repository details ([3aae0f6](https://github.com/smallstack/github-lang-stats/commit/3aae0f6de44aba6d83dba085ae863f9856d8960c))
9+
* add support for PR counts and repository privacy status in aggregation ([3066341](https://github.com/smallstack/github-lang-stats/commit/3066341972ba12a4fdfb4911b06938fe08ea698c))
10+
11+
12+
### Documentation
13+
14+
* enhance README with explanation of tool advantages over GitHub profile ([9c90eae](https://github.com/smallstack/github-lang-stats/commit/9c90eaeeb5ab6093bc2977d40d5f4c49ae039c7c))
15+
16+
17+
### Miscellaneous
18+
19+
* **typing:** :zap: Refactor RepoStats to match new requirements ([374cdde](https://github.com/smallstack/github-lang-stats/commit/374cddef185e4f44522fbbfc9f55d02e92e9625b))
20+
321
## [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)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-lang-stats",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "CLI that computes per-author GitHub language statistics by sampling commit file changes",
55
"type": "module",
66
"main": "./dist/lib.js",

0 commit comments

Comments
 (0)