Skip to content

Commit f5ab1cd

Browse files
docs: update release notes for v1.1.5
1 parent 3f2afa8 commit f5ab1cd

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [1.1.5](https://github.com/programinglive/commiter/compare/v1.1.4...v1.1.5) (2025-11-05)
6+
7+
8+
### ✨ Features
9+
10+
* include release notes in release commit via amendment ([3f2afa8](https://github.com/programinglive/commiter/commit/3f2afa8bd0bd264d047df06ae791384e74dc827e))
11+
12+
13+
### 📝 Documentation
14+
15+
* update release notes for v1.1.5 ([cb3dbe6](https://github.com/programinglive/commiter/commit/cb3dbe62a85a174bfb074e3d2526a005fc83d0d7))
16+
517
### [1.1.4](https://github.com/programinglive/commiter/compare/v1.1.3...v1.1.4) (2025-11-05)
618

719

docs/release-notes/RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This document summarizes every published version of `@programinglive/commiter`.
44

55
| Version | Date | Highlights |
66
|---------|------|------------|
7+
| 1.1.5 | 2025-11-05 | include release notes in release commit via amendment (3f2afa8) |
8+
| 1.1.4 | 2025-11-05 | simplify release notes staging to avoid git ref conflicts (d4077aa) |
79
| 1.1.3 | 2025-11-05 | See CHANGELOG for details. |
810
| 1.1.2 | 2025-11-05 | auto-update release notes during release (99d1043) |
911
| 1.1.1 | 2025-11-05 | 🐛 Bug Fix – removed the fs.F_OK deprecation warning from release runs. |
@@ -24,6 +26,21 @@ This document summarizes every published version of `@programinglive/commiter`.
2426

2527

2628

29+
30+
31+
## 1.1.5 – ✨ Features
32+
33+
Released on **2025-11-05**.
34+
35+
- include release notes in release commit via amendment (3f2afa8)
36+
- update release notes for v1.1.5 (cb3dbe6)
37+
38+
## 1.1.4 – 🐛 Bug Fixes
39+
40+
Released on **2025-11-05**.
41+
42+
- simplify release notes staging to avoid git ref conflicts (d4077aa)
43+
2744
## 1.1.3
2845

2946
Released on **2025-11-05**.

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": "@programinglive/commiter",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"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!",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)