From 9cde3025f0bdbdd7ad5973d9e266940284252c62 Mon Sep 17 00:00:00 2001 From: iktakahiro <takahiro.ikeuchi@gmail.com> Date: Tue, 8 Jan 2019 01:13:07 +0900 Subject: [PATCH] Release 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7784db0..ba4d21f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iktakahiro/markdown-it-katex", - "version": "3.0.4", + "version": "3.1.0", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "scripts": { -- GitLab