@programinglive/commiter 1.1.4 → 1.1.6

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 CHANGED
@@ -2,6 +2,25 @@
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.1.6](https://github.com/programinglive/commiter/compare/v1.1.5...v1.1.6) (2025-11-05)
6
+
7
+
8
+ ### 🐛 Bug Fixes
9
+
10
+ * revert to simple release notes staging to avoid git ref conflicts ([2f6a40e](https://github.com/programinglive/commiter/commit/2f6a40ed7259cffdb0b1de1633af3e43df475044))
11
+
12
+ ### [1.1.5](https://github.com/programinglive/commiter/compare/v1.1.4...v1.1.5) (2025-11-05)
13
+
14
+
15
+ ### ✨ Features
16
+
17
+ * include release notes in release commit via amendment ([3f2afa8](https://github.com/programinglive/commiter/commit/3f2afa8bd0bd264d047df06ae791384e74dc827e))
18
+
19
+
20
+ ### 📝 Documentation
21
+
22
+ * update release notes for v1.1.5 ([cb3dbe6](https://github.com/programinglive/commiter/commit/cb3dbe62a85a174bfb074e3d2526a005fc83d0d7))
23
+
5
24
  ### [1.1.4](https://github.com/programinglive/commiter/compare/v1.1.3...v1.1.4) (2025-11-05)
6
25
 
7
26
 
@@ -4,6 +4,8 @@ This document summarizes every published version of `@programinglive/commiter`.
4
4
 
5
5
  | Version | Date | Highlights |
6
6
  |---------|------|------------|
7
+ | 1.1.6 | 2025-11-05 | revert to simple release notes staging to avoid git ref conflicts (2f6a40e) |
8
+ | 1.1.5 | 2025-11-05 | include release notes in release commit via amendment (3f2afa8) |
7
9
  | 1.1.4 | 2025-11-05 | simplify release notes staging to avoid git ref conflicts (d4077aa) |
8
10
  | 1.1.3 | 2025-11-05 | See CHANGELOG for details. |
9
11
  | 1.1.2 | 2025-11-05 | auto-update release notes during release (99d1043) |
@@ -26,6 +28,21 @@ This document summarizes every published version of `@programinglive/commiter`.
26
28
 
27
29
 
28
30
 
31
+
32
+
33
+ ## 1.1.6 – 🐛 Bug Fixes
34
+
35
+ Released on **2025-11-05**.
36
+
37
+ - revert to simple release notes staging to avoid git ref conflicts (2f6a40e)
38
+
39
+ ## 1.1.5 – ✨ Features
40
+
41
+ Released on **2025-11-05**.
42
+
43
+ - include release notes in release commit via amendment (3f2afa8)
44
+ - update release notes for v1.1.5 (cb3dbe6)
45
+
29
46
  ## 1.1.4 – 🐛 Bug Fixes
30
47
 
31
48
  Released on **2025-11-05**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@programinglive/commiter",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
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": {