From d13e6abdcf40d415f0339704fd2aa7a10133b654 Mon Sep 17 00:00:00 2001 From: qwinsi <70425035+qwinsi@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:14:09 +0800 Subject: [PATCH] bump to v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 753fc35..b5ff41a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tex2typst", - "version": "0.2.1", + "version": "0.2.2", "description": "JavaScript library for converting TeX code to Typst", "type": "module", "main": "dist/index.js",