Skip to content

Commit b00c59b

Browse files
committed
chore(release): publish
1 parent 1741cc0 commit b00c59b

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.5.0"></a>
2+
3+
# [1.5.0](https://github.com/wagoid/commitlint-github-action/compare/v1.4.0...v1.5.0) (2020-02-22)
4+
5+
### Features
6+
7+
- 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)
8+
19
<a name="1.4.0"></a>
210

311
# [1.4.0](https://github.com/wagoid/commitlint-github-action/compare/v1.3.2...v1.4.0) (2020-02-01)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121
runs:
2222
using: 'docker'
23-
image: 'docker://wagoid/commitlint-github-action:1.4.0'
23+
image: 'docker://wagoid/commitlint-github-action:1.5.0'
2424
branding:
2525
icon: 'check-square'
2626
color: 'blue'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "commitlint github action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)