From c684bfe9d92dea76f9c8b9e76e81ffa394c1e2bc Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Tue, 1 Jan 2019 14:56:42 +0100 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc23fc3..cd41cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unexpected-markdown", - "version": "1.7.4", + "version": "2.0.0", "description": "A markdown parser that evaluates examples and highligh syntax using unexpected", "main": "./lib/UnexpectedMarkdown.js", "bugs": "https://github.com/unexpectedjs/unexpected-markdown/issues",