Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
chore(release): release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 18, 2016
1 parent 1aa3d1d commit fbfba3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.0.5"></a>
## 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))


<a name="1.0.4"></a>
## 1.0.4 (2016-06-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fbfba3e

Please sign in to comment.