From 0ae12cff48a6e2b604b0654ce8ff8127b4a9e351 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 7 Sep 2015 18:06:55 +0200 Subject: [PATCH] 1.1.0 --- component.json | 2 +- history.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 69408dd..09ae60c 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mdast-html", - "version": "1.0.0", + "version": "1.1.0", "description": "Compile Markdown to HTML with mdast", "license": "MIT", "keywords": [ diff --git a/history.md b/history.md index 0220e88..1dd653f 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,11 @@ +1.1.0 / 2015-09-07 +================== + +* Add support for HTML integrations on nodes ([e713382](https://github.com/wooorm/mdast-html/commit/e713382)) + 1.0.0 / 2015-08-17 ================== diff --git a/package.json b/package.json index 5abcfd8..fa273ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-html", - "version": "1.0.0", + "version": "1.1.0", "description": "Compile Markdown to HTML with mdast", "license": "MIT", "keywords": [