5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(release): publish

This commit is contained in:
Wagner Santos 2020-02-22 09:50:30 -03:00
parent 1741cc07dd
commit b00c59b2b2
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
<a name="1.5.0"></a>
# [1.5.0](https://github.com/wagoid/commitlint-github-action/compare/v1.4.0...v1.5.0) (2020-02-22)
### Features
- add support for additional dependencies ([895d9f3](https://github.com/wagoid/commitlint-github-action/commit/895d9f3)), closes [#27](https://github.com/wagoid/commitlint-github-action/issues/27)
<a name="1.4.0"></a>
# [1.4.0](https://github.com/wagoid/commitlint-github-action/compare/v1.3.2...v1.4.0) (2020-02-01)

View file

@ -20,7 +20,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://wagoid/commitlint-github-action:1.4.0'
image: 'docker://wagoid/commitlint-github-action:1.5.0'
branding:
icon: 'check-square'
color: 'blue'

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.4.0",
"version": "1.5.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {