From e7d637facb342a841f36b5b5d13bfca1027322d2 Mon Sep 17 00:00:00 2001 From: qwinsi <70425035+qwinsi@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:31:15 +0800 Subject: [PATCH] bump to v0.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e4228a..8761a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tex2typst", - "version": "0.0.17", + "version": "0.0.18", "description": "JavaScript library for converting TeX code to Typst", "type": "module", "main": "dist/index.js",