diff --git a/CHANGELOG.md b/CHANGELOG.md index fb779da..e7495a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.2.1...v1.3.0) (2025-07-21) + + +### Features + +* implement subject pattern ([#254](https://github.com/jef/conventional-commits-pr-action/issues/254)) ([3eb7399](https://github.com/jef/conventional-commits-pr-action/commit/3eb7399ab767df153c8499d9dccf7af11eabb438)) + ## [1.2.1](https://github.com/jef/conventional-commits-pr-action/compare/v1.2.0...v1.2.1) (2025-02-12) @@ -48,4 +55,4 @@ ### Features * add comment toggle ability ([#2](https://www.github.com/jef/conventional-commits-pr-action/issues/2)) ([b6b3642](https://www.github.com/jef/conventional-commits-pr-action/commit/b6b3642a5bba63f443ee0430ae21f5e2a59d081a)) -* initial commit ([cb9c21c](https://www.github.com/jef/conventional-commits-pr-action/commit/cb9c21c8a9d11e311fe4d3c06c502a9c0fea82da)) +* initial commit ([cb9c21c](https://www.github.com/jef/conventional-commits-pr-action/commit/cb9c21c8a9d11e311fe4d3c06c502a9c0fea82da)) diff --git a/package-lock.json b/package-lock.json index dd7e574..349a188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 2aabf2d..f2e8a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.1", + "version": "1.3.0", "description": "Lints pull requests based on Conventional Commits and Jira tickets", "license": "MIT", "repository": "jef/conventional-commits-pr-action",