From 2c8fb979b17267f69c0be95530e96356a4f656b4 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 21:49:07 +0900 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7179ad..c553dcef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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. +# [1.1.0](https://github.com/peaceiris/actions-label-commenter/compare/v1.0.2...v1.1.0) (2020-03-08) + + +### chore + +* [ImgBot] Optimize images (#7) ([8857191](https://github.com/peaceiris/actions-label-commenter/commit/8857191545f5962eef1c31e7893982b5490ae1ee)), closes [#7](https://github.com/peaceiris/actions-label-commenter/issues/7) + +### docs + +* Add badges (#6) ([0ed65d1](https://github.com/peaceiris/actions-label-commenter/commit/0ed65d1b7e0dacf6802aecd95155f57adf17ca71)), closes [#6](https://github.com/peaceiris/actions-label-commenter/issues/6) +* Add demo images [skip ci] ([07302ab](https://github.com/peaceiris/actions-label-commenter/commit/07302ab77ab6ef2fd985f567b26799654761e0bf)) +* Add link to GitHub Actions Hackathon ([97b68d8](https://github.com/peaceiris/actions-label-commenter/commit/97b68d8425481411bad23d23c61efcfdbf27992e)) +* fix image size ([ff965ac](https://github.com/peaceiris/actions-label-commenter/commit/ff965ac7b189c1fd296755e8b592bae4a56952bb)) + +### feat + +* Change default config file name ([1dc6713](https://github.com/peaceiris/actions-label-commenter/commit/1dc67136b1e73c3992374bb4a3fe6ecdf98f0d4c)) + + + ## [1.0.2](https://github.com/peaceiris/actions-label-commenter/compare/v1.0.1...v1.0.2) (2020-03-07) diff --git a/package-lock.json b/package-lock.json index 2f37971b..ecf658cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-label-commenter", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63ea8a47..386fc110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-label-commenter", - "version": "1.0.2", + "version": "1.1.0", "description": "Label Commenter GitHub Action", "main": "lib/index.js", "engines": {