@programinglive/commiter 1.2.1 โ 1.2.2
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 +7 -0
- package/docs/release-notes/RELEASE_NOTES.md +8 -0
- package/package.json +2 -2
- package/web/index.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.2](https://github.com/programinglive/commiter/compare/v1.2.1...v1.2.2) (2025-11-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ๐งน Chores
|
|
9
|
+
|
|
10
|
+
* update homepage url ([556b173](https://github.com/programinglive/commiter/commit/556b173db74c99e0d0b20045139f415736389727))
|
|
11
|
+
|
|
5
12
|
### [1.2.1](https://github.com/programinglive/commiter/compare/v1.2.0...v1.2.1) (2025-11-26)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -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.2 | 2025-11-27 | update homepage url (556b173) |
|
|
7
8
|
| 1.2.1 | 2025-11-26 | **release:** improve website version update reliability (18f5ace) |
|
|
8
9
|
| 1.2.0 | 2025-11-26 | See CHANGELOG for details. |
|
|
9
10
|
| 1.1.11 | 2025-11-26 | **website:** add open graph social media preview (7a2f911) |
|
|
@@ -44,6 +45,13 @@ This document summarizes every published version of `@programinglive/commiter`.
|
|
|
44
45
|
|
|
45
46
|
|
|
46
47
|
|
|
48
|
+
|
|
49
|
+
## 1.2.2 โ ๐งน Chores
|
|
50
|
+
|
|
51
|
+
Released on **2025-11-27**.
|
|
52
|
+
|
|
53
|
+
- update homepage url (556b173)
|
|
54
|
+
|
|
47
55
|
## 1.2.1 โ ๐ Bug Fixes
|
|
48
56
|
|
|
49
57
|
Released on **2025-11-26**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@programinglive/commiter",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
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": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/programinglive/commiter/issues"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://
|
|
39
|
+
"homepage": "https://commiter.programinglive.com",
|
|
40
40
|
"type": "commonjs",
|
|
41
41
|
"standard-version": {
|
|
42
42
|
"releaseCommitMessageFormat": "chore(release): {{currentTag}} ๐",
|
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.2 - 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.2</div>
|
|
94
94
|
<div class="stat-label">Latest Version</div>
|
|
95
95
|
</div>
|
|
96
96
|
<div class="stat-item">
|