From 10d936f446c6efd09a37af1d0d6f956d0c9c99c5 Mon Sep 17 00:00:00 2001 From: qwinsi <70425035+qwinsi@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:57:59 +0800 Subject: [PATCH] exactly same with v0.2.10 just for replacing mispublished v0.2.10 package on NPM --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d40536d..0fcdaa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tex2typst", - "version": "0.2.10", + "version": "0.2.11", "description": "JavaScript library for converting TeX code to Typst", "type": "module", "main": "dist/index.js",