Skip to content

Commit 4476722

Browse files
chore(main): release github-lang-stats 1.6.1 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56ce38e commit 4476722

4 files changed

Lines changed: 12 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.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

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

3+
## [1.6.1](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.6.0...github-lang-stats-v1.6.1) (2026-02-21)
4+
5+
6+
### Documentation
7+
8+
* add screenshot section to README for visualizing output data ([1648ddb](https://github.com/smallstack/github-lang-stats/commit/1648ddb656eb65561ef5105559fda41457e543e9))
9+
* update README to reposition screenshot section and clarify cache usage ([56ce38e](https://github.com/smallstack/github-lang-stats/commit/56ce38e62a21c7e953388bea530f9e8b5a89ce66))
10+
311
## [1.6.0](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.5.0...github-lang-stats-v1.6.0) (2026-02-21)
412

513

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.6.0",
3+
"version": "1.6.1",
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)