Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbitic committed Apr 24, 2019
1 parent 406595b commit 9328d61
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

<a name="1.5.0"></a>
# [1.5.0](https://github.com/Symbitic/markbook/compare/v1.4.0...v1.5.0) (2019-04-24)


### Bug Fixes

* disable log during serve rebuild ([993de49](https://github.com/Symbitic/markbook/commit/993de49))
* fix remark-include by using custom plugin ([b59e732](https://github.com/Symbitic/markbook/commit/b59e732))
* make codeblocks work again ([8134a87](https://github.com/Symbitic/markbook/commit/8134a87))
* make rerender on change actually work ([85f1ef1](https://github.com/Symbitic/markbook/commit/85f1ef1))
* rewrite deflist plugin to use pandoc syntax ([a5afbe9](https://github.com/Symbitic/markbook/commit/a5afbe9))
* watch theme dir for changes ([aa67552](https://github.com/Symbitic/markbook/commit/aa67552))


### Features

* add basic bibliography ([5fea836](https://github.com/Symbitic/markbook/commit/5fea836))
* add subscript/superscript ([c254d22](https://github.com/Symbitic/markbook/commit/c254d22))
* basic search is working ([75a57b9](https://github.com/Symbitic/markbook/commit/75a57b9))


### Reverts

* removed link from reference to citation ([5d9c680](https://github.com/Symbitic/markbook/commit/5d9c680))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/Symbitic/markbook/compare/v1.3.0...v1.4.0) (2019-03-26)

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

0 comments on commit 9328d61

Please sign in to comment.