Skip to content

Commit 2c8fb97

Browse files
committed
chore(release): 1.1.0
1 parent 7f3a9dc commit 2c8fb97

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
# [1.1.0](https://github.com/peaceiris/actions-label-commenter/compare/v1.0.2...v1.1.0) (2020-03-08)
6+
7+
8+
### chore
9+
10+
* [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)
11+
12+
### docs
13+
14+
* Add badges (#6) ([0ed65d1](https://github.com/peaceiris/actions-label-commenter/commit/0ed65d1b7e0dacf6802aecd95155f57adf17ca71)), closes [#6](https://github.com/peaceiris/actions-label-commenter/issues/6)
15+
* Add demo images [skip ci] ([07302ab](https://github.com/peaceiris/actions-label-commenter/commit/07302ab77ab6ef2fd985f567b26799654761e0bf))
16+
* Add link to GitHub Actions Hackathon ([97b68d8](https://github.com/peaceiris/actions-label-commenter/commit/97b68d8425481411bad23d23c61efcfdbf27992e))
17+
* fix image size ([ff965ac](https://github.com/peaceiris/actions-label-commenter/commit/ff965ac7b189c1fd296755e8b592bae4a56952bb))
18+
19+
### feat
20+
21+
* Change default config file name ([1dc6713](https://github.com/peaceiris/actions-label-commenter/commit/1dc67136b1e73c3992374bb4a3fe6ecdf98f0d4c))
22+
23+
24+
525
## [1.0.2](https://github.com/peaceiris/actions-label-commenter/compare/v1.0.1...v1.0.2) (2020-03-07)
626

727

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

0 commit comments

Comments
 (0)