From 9328d612c6c93d99b463ae0e33e424ab705a2c8b Mon Sep 17 00:00:00 2001 From: Alex Shaw Date: Wed, 24 Apr 2019 14:24:55 +0000 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06202c0..35c9b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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)) + + + # [1.4.0](https://github.com/Symbitic/markbook/compare/v1.3.0...v1.4.0) (2019-03-26) diff --git a/package-lock.json b/package-lock.json index 33bf6b2..9071de2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markbook", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ed61a7..6ab4cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markbook", - "version": "1.4.0", + "version": "1.5.0", "description": "Write books in commonmark.", "author": "Alex Shaw ", "private": true,