Skip to content

Commit 6b9a912

Browse files
chore(main): release 1.2.1 (#252)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e187277 commit 6b9a912

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/jef/conventional-commits-pr-action/compare/v1.2.0...v1.2.1) (2025-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fail missing scope ([#251](https://github.com/jef/conventional-commits-pr-action/issues/251)) ([e187277](https://github.com/jef/conventional-commits-pr-action/commit/e187277687d2af590ac3f692c786ad2d709a44f5))
9+
310
## [1.2.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.1.1...v1.2.0) (2024-12-12)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jef/conventional-commits-pr-action",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "Lints pull requests based on Conventional Commits and Jira tickets",
66
"main": "./src/main.ts",

0 commit comments

Comments
 (0)