From ee25c02cca5bf71e66ad9e5e8b1759279f6ee35d Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 19 Sep 2016 01:18:46 +0530 Subject: [PATCH] chore(release): release 1.0.5 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dd306..6402673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 1.0.5 (2016-09-18) + + +### Bug Fixes + +* **reader:** using _.includes instead of Array.includes ([2c0b239](https://github.com/poppinss/docketjs/commit/2c0b239)) + + +### Features + +* **parser:** add asciidoc parser ([fd90c63](https://github.com/poppinss/docketjs/commit/fd90c63)) +* **parser:** add asciidoc parser ([7d2b7f0](https://github.com/poppinss/docketjs/commit/7d2b7f0)) + + ## 1.0.4 (2016-06-28) diff --git a/package.json b/package.json index 2a90964..8b1a061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docketjs", - "version": "1.0.4", + "version": "1.0.5", "description": "DocketJs is a battery included Markdown to HTML converter for Node.js. It has everything you need to successfully convert a bunch of markdown files to HTML and generate toc and a menu file.", "main": "index.js", "scripts": {