From 70e2b459bc5c537fb614de349f54e57d4b96bb23 Mon Sep 17 00:00:00 2001 From: qwinsi <70425035+qwinsi@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:48:55 +0800 Subject: [PATCH] bump to v0.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d8296..d09519a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tex2typst", - "version": "0.2.7", + "version": "0.2.8", "description": "JavaScript library for converting TeX code to Typst", "type": "module", "main": "dist/index.js",