Skip to content

Commit 680f4de

Browse files
committed
2 parents b2b2604 + d85c84f commit 680f4de

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.3.0"
2+
".": "1.3.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.3.1](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.3.0...github-lang-stats-v1.3.1) (2026-02-20)
4+
5+
6+
### Fixed
7+
8+
* remove unnecessary command from release workflow ([b3eef04](https://github.com/smallstack/github-lang-stats/commit/b3eef04322c476a33786a85be1a2bbf547cc8deb))
9+
* update release workflow to include conditional publishing and manifest configuration ([5cb317c](https://github.com/smallstack/github-lang-stats/commit/5cb317cd2e75f1cb0b1f76f27893d5de074fc3fa))
10+
311
## [1.3.0](https://github.com/smallstack/github-lang-stats/compare/github-lang-stats-v1.2.0...github-lang-stats-v1.3.0) (2026-02-20)
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.3.0",
3+
"version": "1.3.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)