Skip to content

Commit 7d0759f

Browse files
chore(release): 1.2.0 🚀
1 parent 88d02c6 commit 7d0759f

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.2.0](https://github.com/programinglive/commiter/compare/v1.1.11...v1.2.0) (2025-11-26)
6+
7+
8+
### 🧹 Chores
9+
10+
* **project:** update documentation and release scripts ([88d02c6](https://github.com/programinglive/commiter/commit/88d02c6f527cd4dc63bcecfca4538867fe8d5c96))
11+
512
### [1.1.11](https://github.com/programinglive/commiter/compare/v1.1.10...v1.1.11) (2025-11-26)
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.2.0 | 2025-11-26 | See CHANGELOG for details. |
78
| 1.1.11 | 2025-11-26 | **website:** add open graph social media preview (7a2f911) |
89
| 1.1.10 | 2025-11-26 | **website:** add professional landing page and release tools (ec53e2d) |
910
| 1.1.9 | 2025-11-24 | convert release scripts to CJS to support ESM projects (842da02) |
@@ -40,6 +41,13 @@ This document summarizes every published version of `@programinglive/commiter`.
4041

4142

4243

44+
45+
## 1.2.0
46+
47+
Released on **2025-11-26**.
48+
49+
- See CHANGELOG for details.
50+
4351
## 1.1.11 – 📝 Documentation
4452

4553
Released on **2025-11-26**.

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.11",
3+
"version": "1.2.0",
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": {
@@ -93,4 +93,4 @@
9393
"husky": "^9.1.7",
9494
"standard-version": "^9.5.0"
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)