Skip to content

Commit 02674be

Browse files
committed
chore(release): 0.1.3
1 parent fd8e1ea commit 02674be

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [0.1.3](https://github.com/peaceiris/actions-label-commenter/compare/v0.1.2...v0.1.3) (2020-03-07)
6+
7+
8+
### chore
9+
10+
* fix name ([a4374a9](https://github.com/peaceiris/actions-label-commenter/commit/a4374a96c9a81331e4be130f7db15be54ed32713))
11+
12+
### ci
13+
14+
* Add commenter workflow ([97cfcd8](https://github.com/peaceiris/actions-label-commenter/commit/97cfcd82dfdb9a41a98888f144cf48cc4a00f1b5))
15+
* Add Dump version step ([99cc446](https://github.com/peaceiris/actions-label-commenter/commit/99cc446c121331107c2c64b05528f549dac4d426))
16+
17+
### feat
18+
19+
* print payload [skip ci] ([5bce3e6](https://github.com/peaceiris/actions-label-commenter/commit/5bce3e683ab81ebc68e2ea88ff39e0a86ac0d2e6))
20+
21+
22+
523
## [0.1.2](https://github.com/peaceiris/actions-label-commenter/compare/v0.1.1...v0.1.2) (2020-03-07)
624

725

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": "actions-label-commenter",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Label Commenter GitHub Action",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)