@programinglive/commiter 1.2.4 โ 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/docs/release-notes/RELEASE_NOTES.md +9 -0
- package/package.json +1 -1
- package/web/index.html +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.2.5](https://github.com/programinglive/commiter/compare/v1.2.4...v1.2.5) (2025-11-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ๐งน Chores
|
|
9
|
+
|
|
10
|
+
* **release:** v1.2.4 ๐ ([23e546a](https://github.com/programinglive/commiter/commit/23e546a070ef4ddc403f7d3a89750c501ec84f08))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### โ
Tests
|
|
14
|
+
|
|
15
|
+
* add integration tests to verify web updates are only for commiter ([8b2b1ad](https://github.com/programinglive/commiter/commit/8b2b1ad045f088db03d9ccfea4dad54cb5278926))
|
|
16
|
+
|
|
5
17
|
### [1.2.4](https://github.com/programinglive/commiter/compare/v1.2.3...v1.2.4) (2025-11-27)
|
|
6
18
|
|
|
7
19
|
|
|
@@ -4,6 +4,7 @@ This document summarizes every published version of `@programinglive/commiter`.
|
|
|
4
4
|
|
|
5
5
|
| Version | Date | Highlights |
|
|
6
6
|
|---------|------|------------|
|
|
7
|
+
| 1.2.5 | 2025-11-29 | **release:** v1.2.4 ๐ (23e546a) |
|
|
7
8
|
| 1.2.4 | 2025-11-27 | **release:** 1.2.3 (9d12f7e) |
|
|
8
9
|
| 1.2.3 | 2025-11-27 | automate website releases timeline updates from release notes (5abf788) |
|
|
9
10
|
| 1.2.2 | 2025-11-27 | update homepage url (556b173) |
|
|
@@ -50,6 +51,14 @@ This document summarizes every published version of `@programinglive/commiter`.
|
|
|
50
51
|
|
|
51
52
|
|
|
52
53
|
|
|
54
|
+
|
|
55
|
+
## 1.2.5 โ ๐งน Chores
|
|
56
|
+
|
|
57
|
+
Released on **2025-11-29**.
|
|
58
|
+
|
|
59
|
+
- **release:** v1.2.4 ๐ (23e546a)
|
|
60
|
+
- add integration tests to verify web updates are only for commiter (8b2b1ad)
|
|
61
|
+
|
|
53
62
|
## 1.2.4 โ ๐งน Chores
|
|
54
63
|
|
|
55
64
|
Released on **2025-11-27**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@programinglive/commiter",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Commiter keeps repositories release-ready by enforcing conventional commits, generating icon-rich changelog entries, and orchestrating semantic version bumps without manual toil. It bootstraps Husky hooks, commitlint rules, and release scripts that inspect history, detect framework-specific test commands, run them automatically, tag git releases, coordinate npm publishing, surface release metrics, enforce project-specific checks, and give maintainers observability across distributed teams. Plus!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/web/index.html
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<div class="hero-content">
|
|
67
67
|
<div class="hero-badge">
|
|
68
68
|
<span class="badge-dot"></span>
|
|
69
|
-
<span>v1.2.
|
|
69
|
+
<span>v1.2.5 - Latest Release</span>
|
|
70
70
|
</div>
|
|
71
71
|
<h1 class="hero-title">
|
|
72
72
|
Ship Releases with <span class="gradient-text">Confidence</span>
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
</div>
|
|
91
91
|
<div class="hero-stats">
|
|
92
92
|
<div class="stat-item">
|
|
93
|
-
<div class="stat-value">1.2.
|
|
93
|
+
<div class="stat-value">1.2.5</div>
|
|
94
94
|
<div class="stat-label">Latest Version</div>
|
|
95
95
|
</div>
|
|
96
96
|
<div class="stat-item">
|
|
@@ -385,6 +385,12 @@
|
|
|
385
385
|
<!-- RELEASES_TIMELINE:START -->
|
|
386
386
|
<div class="release-item">
|
|
387
387
|
<div class="release-badge">Latest</div>
|
|
388
|
+
<div class="release-version">v1.2.5</div>
|
|
389
|
+
<div class="release-date">November 29, 2025</div>
|
|
390
|
+
<div class="release-type">๐งน Chores</div>
|
|
391
|
+
<p class="release-description">release: v1.2.4 ๐ (23e546a)</p>
|
|
392
|
+
</div>
|
|
393
|
+
<div class="release-item">
|
|
388
394
|
<div class="release-version">v1.2.4</div>
|
|
389
395
|
<div class="release-date">November 27, 2025</div>
|
|
390
396
|
<div class="release-type">๐งน Chores</div>
|
|
@@ -408,11 +414,6 @@
|
|
|
408
414
|
<div class="release-type">๐ Bug Fixes</div>
|
|
409
415
|
<p class="release-description">release: improve website version update reliability (18f5ace)</p>
|
|
410
416
|
</div>
|
|
411
|
-
<div class="release-item">
|
|
412
|
-
<div class="release-version">v1.2.0</div>
|
|
413
|
-
<div class="release-date">November 26, 2025</div>
|
|
414
|
-
<p class="release-description">See CHANGELOG for details.</p>
|
|
415
|
-
</div>
|
|
416
417
|
<!-- RELEASES_TIMELINE:END -->
|
|
417
418
|
</div>
|
|
418
419
|
<div class="releases-cta">
|