Skip to content

Commit aa44bc9

Browse files
committed
chore(release): 1.1.0-1
1 parent b8477aa commit aa44bc9

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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-1](https://github.com/peaceiris/actions-mdbook/compare/v1.0.2...v1.1.0-1) (2020-01-01)
6+
7+
8+
### chore
9+
10+
* Add .gitattributes ([640bafa](https://github.com/peaceiris/actions-mdbook/commit/640bafa2dd57b728945b7c9dbb193253e5d1cb45))
11+
* fix tag push ([29a4987](https://github.com/peaceiris/actions-mdbook/commit/29a4987085e42e76f38bd45b8ab8bc746dfa13c7))
12+
13+
### ci
14+
15+
* 🎡 Add branches-ignore ([c11d861](https://github.com/peaceiris/actions-mdbook/commit/c11d86124cba0b2956749d054a59abf0e4d960f2))
16+
* Add release npm task ([46c7b97](https://github.com/peaceiris/actions-mdbook/commit/46c7b97009d957675bc10db508f94067812094d7))
17+
* Enhance RELEASE_TYPE_LIST order ([e7272ee](https://github.com/peaceiris/actions-mdbook/commit/e7272ee7166f156356355c73c62adc6e06344cc2))
18+
* Fix BASE_BRANCH of hub pull-request ([11dc2f5](https://github.com/peaceiris/actions-mdbook/commit/11dc2f5d9cf49200de60e3c0b5a895d2d57e3f46))
19+
* Fix release workflow ([314c9a4](https://github.com/peaceiris/actions-mdbook/commit/314c9a4ecbbe1251e1bb17335ea141e153d2f863))
20+
* Fix release.sh ([99653a0](https://github.com/peaceiris/actions-mdbook/commit/99653a0f1a39bb8227a778702777da8a558c376b))
21+
22+
### docs
23+
24+
* add link to peaceiris/docker-mdbook ([8608906](https://github.com/peaceiris/actions-mdbook/commit/8608906ecc006d594efc03c34466fc4ab1bfcfef))
25+
* pin actions/checkout to v2 ([9266bb6](https://github.com/peaceiris/actions-mdbook/commit/9266bb69f8af54e91e14ecfc1dd00ba312bce2ed))
26+
* remove extra whitespace ([e763f8d](https://github.com/peaceiris/actions-mdbook/commit/e763f8d7cdf0b2621d18e9c70b3a2c16b548aed7))
27+
* Remove first template ([c40219f](https://github.com/peaceiris/actions-mdbook/commit/c40219fafe8c85b47570e05bdebbf27d0ec82aa9))
28+
* update Maintainer Notes ([7f5c1b1](https://github.com/peaceiris/actions-mdbook/commit/7f5c1b1eb5633c8fa6a522d49c022a47932aea71))
29+
30+
### feat
31+
32+
* update deps (#10) ([1ac4296](https://github.com/peaceiris/actions-mdbook/commit/1ac4296805f637d0d92b27cd286a389d3d699846)), closes [#10](https://github.com/peaceiris/actions-mdbook/issues/10)
33+
* update deps (#16) ([19d4725](https://github.com/peaceiris/actions-mdbook/commit/19d472587c2c763717879a98cb93c6c978b877a7)), closes [#16](https://github.com/peaceiris/actions-mdbook/issues/16)
34+
* update deps (#17) ([25e2ba7](https://github.com/peaceiris/actions-mdbook/commit/25e2ba73e4c35b1fba36bdeca213b362f051479d)), closes [#17](https://github.com/peaceiris/actions-mdbook/issues/17)
35+
* update node 12.14.0 (#11) ([28bdbcc](https://github.com/peaceiris/actions-mdbook/commit/28bdbccb5b6ebab58c69127867d38dbf1c332bd9)), closes [#11](https://github.com/peaceiris/actions-mdbook/issues/11)
36+
37+
### refactor
38+
39+
* Enhance getLatestVersion() (#22) ([be86ec4](https://github.com/peaceiris/actions-mdbook/commit/be86ec4c7ea52481768524c2d2f016eae780c90a)), closes [#22](https://github.com/peaceiris/actions-mdbook/issues/22)
40+
* Promise to async (#24) ([bbf6904](https://github.com/peaceiris/actions-mdbook/commit/bbf6904d6786d5ca09e440147b2434a990d88d83)), closes [#24](https://github.com/peaceiris/actions-mdbook/issues/24)
41+
42+
43+
544
# 1.1.0-0 (2019-12-31)
645

746

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-mdbook",
3-
"version": "1.1.0-0",
3+
"version": "1.1.0-1",
44
"description": "GitHub Actions for mdBook",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)