diff --git a/CHANGELOG.md b/CHANGELOG.md index 5476473..4eb0d7d 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.0...v1.3.0) (2024-12-11) + + +### Features + +* add bots_ignore input ([#231](https://github.com/jef/conventional-commits-pr-action/issues/231)) ([6a6c1c4](https://github.com/jef/conventional-commits-pr-action/commit/6a6c1c4e9d224ea5ee12911040d5983c028fe9a6)) + ## [1.2.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.1.1...v1.2.0) (2024-12-11) diff --git a/package-lock.json b/package-lock.json index 16df333..57ced00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index d910da0..9a826d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jef/conventional-commits-pr-action", - "version": "1.2.0", + "version": "1.3.0", "private": true, "description": "Lints pull requests based on Conventional Commits and Jira tickets", "main": "./src/main.ts",