Skip to content

Commit 2be912e

Browse files
committed
chore(release): 0.1.2
1 parent 9ac99d2 commit 2be912e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.2](https://github.com/peaceiris/actions-label-commenter/compare/v0.1.1...v0.1.2) (2020-03-07)
6+
7+
8+
### chore
9+
10+
* delete v1 tag ([df33dd0](https://github.com/peaceiris/actions-label-commenter/commit/df33dd0fe98ed31e07a5cf56e2b9f4fe7b68e8aa))
11+
* reindent ([77c43de](https://github.com/peaceiris/actions-label-commenter/commit/77c43de2808f14dc55fbfd82ffeb293536da6247))
12+
* reinent [skip ci] ([35e4986](https://github.com/peaceiris/actions-label-commenter/commit/35e498696b89ea1217afb24fc5f42b666e3a438e))
13+
14+
### deps
15+
16+
* bump hub 2.14.1 to 2.14.2 ([05ebbec](https://github.com/peaceiris/actions-label-commenter/commit/05ebbec8f97b17ac3885987944fd9aa50a9beea3))
17+
* update ([918d392](https://github.com/peaceiris/actions-label-commenter/commit/918d3924410c4291ecd8cf6c78bc8a25e0f0b824))
18+
* update ([03620ea](https://github.com/peaceiris/actions-label-commenter/commit/03620ea37c0ae04671241805d138c4d6b1430a16))
19+
* update package-lock.json ([4d3b3e5](https://github.com/peaceiris/actions-label-commenter/commit/4d3b3e5244b56ec1ff9a737ef911261148b330ad))
20+
21+
### feat
22+
23+
* set required to true for github_token ([15ab86b](https://github.com/peaceiris/actions-label-commenter/commit/15ab86b01b8651e090bd56d182921d2c94c1faf8))
24+
25+
26+
527
## 0.1.1 (2020-03-06)
628

729

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

0 commit comments

Comments
 (0)