Skip to content

Commit 07f74f2

Browse files
chore(release): 1.1.9 🚀
1 parent 842da02 commit 07f74f2

4 files changed

Lines changed: 19 additions & 4 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.9](https://github.com/programinglive/commiter/compare/v1.1.8...v1.1.9) (2025-11-24)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* convert release scripts to CJS to support ESM projects ([842da02](https://github.com/programinglive/commiter/commit/842da0298f1c4df7aa93b43ca8698e3669ef6450))
11+
512
### [1.1.8](https://github.com/programinglive/commiter/compare/v1.1.7...v1.1.8) (2025-11-22)
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.9 | 2025-11-24 | convert release scripts to CJS to support ESM projects (842da02) |
78
| 1.1.8 | 2025-11-22 | update installation script to copy missing files and update gitignore (5d56259) |
89
| 1.1.7 | 2025-11-11 | recommend dev workflow mcp server (58a5054) |
910
| 1.1.6 | 2025-11-05 | revert to simple release notes staging to avoid git ref conflicts (2f6a40e) |
@@ -34,6 +35,13 @@ This document summarizes every published version of `@programinglive/commiter`.
3435

3536

3637

38+
39+
## 1.1.9 – 🐛 Bug Fixes
40+
41+
Released on **2025-11-24**.
42+
43+
- convert release scripts to CJS to support ESM projects (842da02)
44+
3745
## 1.1.8 – 🐛 Bug Fixes
3846

3947
Released on **2025-11-22**.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programinglive/commiter",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
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": {
@@ -91,4 +91,4 @@
9191
"husky": "^9.1.7",
9292
"standard-version": "^9.5.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)