From 27d442cb0fc504f2ccc0b9e033ef8352d6726491 Mon Sep 17 00:00:00 2001 From: Alexandre Nunes Date: Sun, 11 Apr 2021 18:38:45 -0300 Subject: [PATCH] chore: new npm version. It's now v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc056b5..072133a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathml-to-latex", - "version": "1.0.1", + "version": "1.1.0", "description": "A JavaScript tool to convert mathml string to LaTeX string", "main": "dist/index.js", "types": "dist/index.d.ts",