Skip to content

Commit

Permalink
chore(release): 1.1.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 1, 2020
1 parent b8477aa commit aa44bc9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

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-1](https://github.com/peaceiris/actions-mdbook/compare/v1.0.2...v1.1.0-1) (2020-01-01)


### chore

* Add .gitattributes ([640bafa](https://github.com/peaceiris/actions-mdbook/commit/640bafa2dd57b728945b7c9dbb193253e5d1cb45))
* fix tag push ([29a4987](https://github.com/peaceiris/actions-mdbook/commit/29a4987085e42e76f38bd45b8ab8bc746dfa13c7))

### ci

* 🎡 Add branches-ignore ([c11d861](https://github.com/peaceiris/actions-mdbook/commit/c11d86124cba0b2956749d054a59abf0e4d960f2))
* Add release npm task ([46c7b97](https://github.com/peaceiris/actions-mdbook/commit/46c7b97009d957675bc10db508f94067812094d7))
* Enhance RELEASE_TYPE_LIST order ([e7272ee](https://github.com/peaceiris/actions-mdbook/commit/e7272ee7166f156356355c73c62adc6e06344cc2))
* Fix BASE_BRANCH of hub pull-request ([11dc2f5](https://github.com/peaceiris/actions-mdbook/commit/11dc2f5d9cf49200de60e3c0b5a895d2d57e3f46))
* Fix release workflow ([314c9a4](https://github.com/peaceiris/actions-mdbook/commit/314c9a4ecbbe1251e1bb17335ea141e153d2f863))
* Fix release.sh ([99653a0](https://github.com/peaceiris/actions-mdbook/commit/99653a0f1a39bb8227a778702777da8a558c376b))

### docs

* add link to peaceiris/docker-mdbook ([8608906](https://github.com/peaceiris/actions-mdbook/commit/8608906ecc006d594efc03c34466fc4ab1bfcfef))
* pin actions/checkout to v2 ([9266bb6](https://github.com/peaceiris/actions-mdbook/commit/9266bb69f8af54e91e14ecfc1dd00ba312bce2ed))
* remove extra whitespace ([e763f8d](https://github.com/peaceiris/actions-mdbook/commit/e763f8d7cdf0b2621d18e9c70b3a2c16b548aed7))
* Remove first template ([c40219f](https://github.com/peaceiris/actions-mdbook/commit/c40219fafe8c85b47570e05bdebbf27d0ec82aa9))
* update Maintainer Notes ([7f5c1b1](https://github.com/peaceiris/actions-mdbook/commit/7f5c1b1eb5633c8fa6a522d49c022a47932aea71))

### feat

* update deps (#10) ([1ac4296](https://github.com/peaceiris/actions-mdbook/commit/1ac4296805f637d0d92b27cd286a389d3d699846)), closes [#10](https://github.com/peaceiris/actions-mdbook/issues/10)
* update deps (#16) ([19d4725](https://github.com/peaceiris/actions-mdbook/commit/19d472587c2c763717879a98cb93c6c978b877a7)), closes [#16](https://github.com/peaceiris/actions-mdbook/issues/16)
* update deps (#17) ([25e2ba7](https://github.com/peaceiris/actions-mdbook/commit/25e2ba73e4c35b1fba36bdeca213b362f051479d)), closes [#17](https://github.com/peaceiris/actions-mdbook/issues/17)
* 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)

### refactor

* Enhance getLatestVersion() (#22) ([be86ec4](https://github.com/peaceiris/actions-mdbook/commit/be86ec4c7ea52481768524c2d2f016eae780c90a)), closes [#22](https://github.com/peaceiris/actions-mdbook/issues/22)
* Promise to async (#24) ([bbf6904](https://github.com/peaceiris/actions-mdbook/commit/bbf6904d6786d5ca09e440147b2434a990d88d83)), closes [#24](https://github.com/peaceiris/actions-mdbook/issues/24)



# 1.1.0-0 (2019-12-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-mdbook",
"version": "1.1.0-0",
"version": "1.1.0-1",
"description": "GitHub Actions for mdBook",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit aa44bc9

Please sign in to comment.