Skip to content

Commit 9078542

Browse files
committed
chore(release): 1.1.4
1 parent cf44ec6 commit 9078542

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.4](https://github.com/peaceiris/actions-mdbook/compare/v1.1.3...v1.1.4) (2020-01-24)
6+
7+
8+
### chore
9+
10+
* Change update_schedule from weekly to daily ([0a3af4f](https://github.com/peaceiris/actions-mdbook/commit/0a3af4fdb8289762e2ac86fc4ca5bb875fdd1725))
11+
12+
### deps
13+
14+
* bump @actions/core from 1.2.1 to 1.2.2 (#66) ([e5043db](https://github.com/peaceiris/actions-mdbook/commit/e5043db54b0c55c91f14ad7cee1aa466c537e26a)), closes [#66](https://github.com/peaceiris/actions-mdbook/issues/66)
15+
* bump @actions/tool-cache from 1.3.0 to 1.3.1 (#67) ([0f94675](https://github.com/peaceiris/actions-mdbook/commit/0f946751a0ec207f8eb06bdf65f90f121efda124)), closes [#67](https://github.com/peaceiris/actions-mdbook/issues/67)
16+
17+
18+
519
## [1.1.3](https://github.com/peaceiris/actions-mdbook/compare/v1.1.2...v1.1.3) (2020-01-23)
620

721

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

0 commit comments

Comments
 (0)