From 8a2f916ea01e2b631bc1a49d62a2b71879d0b1f6 Mon Sep 17 00:00:00 2001 From: Alexandre Nunes Date: Mon, 20 Sep 2021 22:25:34 -0300 Subject: [PATCH] chore: new package version. It is now v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 086ce4e..c1cd563 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathml-to-latex", - "version": "1.1.0", + "version": "1.2.0", "description": "A JavaScript tool to convert mathml string to LaTeX string", "main": "dist/index.js", "types": "dist/index.d.ts",