Skip to content

Commit 9328d61

Browse files
committed
chore(release): 1.5.0
1 parent 406595b commit 9328d61

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
<a name="1.5.0"></a>
6+
# [1.5.0](https://github.com/Symbitic/markbook/compare/v1.4.0...v1.5.0) (2019-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* disable log during serve rebuild ([993de49](https://github.com/Symbitic/markbook/commit/993de49))
12+
* fix remark-include by using custom plugin ([b59e732](https://github.com/Symbitic/markbook/commit/b59e732))
13+
* make codeblocks work again ([8134a87](https://github.com/Symbitic/markbook/commit/8134a87))
14+
* make rerender on change actually work ([85f1ef1](https://github.com/Symbitic/markbook/commit/85f1ef1))
15+
* rewrite deflist plugin to use pandoc syntax ([a5afbe9](https://github.com/Symbitic/markbook/commit/a5afbe9))
16+
* watch theme dir for changes ([aa67552](https://github.com/Symbitic/markbook/commit/aa67552))
17+
18+
19+
### Features
20+
21+
* add basic bibliography ([5fea836](https://github.com/Symbitic/markbook/commit/5fea836))
22+
* add subscript/superscript ([c254d22](https://github.com/Symbitic/markbook/commit/c254d22))
23+
* basic search is working ([75a57b9](https://github.com/Symbitic/markbook/commit/75a57b9))
24+
25+
26+
### Reverts
27+
28+
* removed link from reference to citation ([5d9c680](https://github.com/Symbitic/markbook/commit/5d9c680))
29+
30+
31+
532
<a name="1.4.0"></a>
633
# [1.4.0](https://github.com/Symbitic/markbook/compare/v1.3.0...v1.4.0) (2019-03-26)
734

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": "markbook",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Write books in commonmark.",
55
"author": "Alex Shaw <alex.shaw.as@gmail.com>",
66
"private": true,

0 commit comments

Comments
 (0)