diff --git a/CHANGELOG.md b/CHANGELOG.md index 9342097..db1c8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# [1.3.0](https://github.com/wagoid/commitlint-github-action/compare/v1.2.3...v1.3.0) (2019-11-25) + +### Features + +- support opts for lint ([c1cb555](https://github.com/wagoid/commitlint-github-action/commit/c1cb555)) + ## [1.2.3](https://github.com/wagoid/commitlint-github-action/compare/v1.2.2...v1.2.3) (2019-11-24) diff --git a/action.yml b/action.yml index a15a5a6..88cc7ed 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: true runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:1.2.3' + image: 'docker://wagoid/commitlint-github-action:1.3.0' branding: icon: 'check-square' color: 'blue' diff --git a/package-lock.json b/package-lock.json index 20b6609..94f8f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a1adee6..ff432d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.2.3", + "version": "1.3.0", "description": "commitlint github action", "main": "index.js", "scripts": {