From e984e2bf0570b568e65e330a1abbdd3774bedc24 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 2 Jul 2015 21:59:15 +0200 Subject: [PATCH] 0.1.0 --- component.json | 2 +- history.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index a6f416f..d340a05 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mdast-util-visit", - "version": "0.0.0", + "version": "0.1.0", "description": "Utility to recursively walk over mdast nodes", "license": "MIT", "keywords": [ diff --git a/history.md b/history.md index d2e3606..73c2bb2 100644 --- a/history.md +++ b/history.md @@ -4,3 +4,6 @@ mdast: --- + +0.1.0 / 2015-07-02 +================== diff --git a/package.json b/package.json index e219562..8dcea83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-util-visit", - "version": "0.0.0", + "version": "0.1.0", "description": "Utility to recursively walk over mdast nodes", "license": "MIT", "keywords": [