From 2be912effab5711161aaf36f8e44f5df161c14c2 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 7 Mar 2020 19:30:29 +0900 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b590f56..d95990d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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. +## [0.1.2](https://github.com/peaceiris/actions-label-commenter/compare/v0.1.1...v0.1.2) (2020-03-07) + + +### chore + +* delete v1 tag ([df33dd0](https://github.com/peaceiris/actions-label-commenter/commit/df33dd0fe98ed31e07a5cf56e2b9f4fe7b68e8aa)) +* reindent ([77c43de](https://github.com/peaceiris/actions-label-commenter/commit/77c43de2808f14dc55fbfd82ffeb293536da6247)) +* reinent [skip ci] ([35e4986](https://github.com/peaceiris/actions-label-commenter/commit/35e498696b89ea1217afb24fc5f42b666e3a438e)) + +### deps + +* bump hub 2.14.1 to 2.14.2 ([05ebbec](https://github.com/peaceiris/actions-label-commenter/commit/05ebbec8f97b17ac3885987944fd9aa50a9beea3)) +* update ([918d392](https://github.com/peaceiris/actions-label-commenter/commit/918d3924410c4291ecd8cf6c78bc8a25e0f0b824)) +* update ([03620ea](https://github.com/peaceiris/actions-label-commenter/commit/03620ea37c0ae04671241805d138c4d6b1430a16)) +* update package-lock.json ([4d3b3e5](https://github.com/peaceiris/actions-label-commenter/commit/4d3b3e5244b56ec1ff9a737ef911261148b330ad)) + +### feat + +* set required to true for github_token ([15ab86b](https://github.com/peaceiris/actions-label-commenter/commit/15ab86b01b8651e090bd56d182921d2c94c1faf8)) + + + ## 0.1.1 (2020-03-06) diff --git a/package-lock.json b/package-lock.json index 0a6b4db0..9fb26ffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-label-commenter", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff6781fd..d656f032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-label-commenter", - "version": "0.1.1", + "version": "0.1.2", "description": "Label Commenter GitHub Action", "main": "lib/index.js", "engines": {