Skip to content

Commit 1ada521

Browse files
chore(release): 1.1.6 🚀
1 parent 2f6a40e commit 1ada521

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.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+
512
### [1.1.5](https://github.com/programinglive/commiter/compare/v1.1.4...v1.1.5) (2025-11-05)
613

714

docs/release-notes/RELEASE_NOTES.md

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

55
| Version | Date | Highlights |
66
|---------|------|------------|
7+
| 1.1.6 | 2025-11-05 | revert to simple release notes staging to avoid git ref conflicts (2f6a40e) |
78
| 1.1.5 | 2025-11-05 | include release notes in release commit via amendment (3f2afa8) |
89
| 1.1.4 | 2025-11-05 | simplify release notes staging to avoid git ref conflicts (d4077aa) |
910
| 1.1.3 | 2025-11-05 | See CHANGELOG for details. |
@@ -28,6 +29,13 @@ This document summarizes every published version of `@programinglive/commiter`.
2829

2930

3031

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+
3139
## 1.1.5 – ✨ Features
3240

3341
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.5",
3+
"version": "1.1.6",
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)