From b8184d36c126a2ee307294a5a2c6e830dc1aaa43 Mon Sep 17 00:00:00 2001 From: Yahtnif Date: Tue, 2 Apr 2019 17:37:18 +0800 Subject: [PATCH] v0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b23db6..d7af054 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "smarkdown", "description": "Markdown parser, simplicity and extensibility.", "author": "Yahtnif ", - "version": "0.11.0", + "version": "0.12.0", "main": "dist/smarkdown.js", "module": "dist/smarkdown.es.js", "jsnext:main": "dist/smarkdown.es.js",