diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4daa62..6c8a2aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.3](https://github.com/john-d-pelingo/jira-link-issue-action/compare/v1.0.2...v1.0.3) (2020-12-04) + + +### Features + +* only run on PR creation ([fc5e428](https://github.com/john-d-pelingo/jira-link-issue-action/commit/fc5e428b4e87f2a0b8aa192aa99617d787081d1c)) + ### [1.0.2](https://github.com/john-d-pelingo/jira-link-issue-action/compare/v1.0.1...v1.0.2) (2020-12-04) diff --git a/package.json b/package.json index bad8f201..6add1014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-link-issue-action", - "version": "1.0.2", + "version": "1.0.3", "description": "GitHub action for linking JIRA issues as a comment.", "private": false, "homepage": "https://github.com/john-d-pelingo/jira-link-issue-action",