From 7b836b9c201cc63d3bb84548136bbd5ab11fcb74 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:57:28 +0900 Subject: [PATCH] chore: bump version to 1.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 052eee8..f9febeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textlint-plugin-typst", - "version": "1.4.0", + "version": "1.4.1", "description": "textlint plugin to lint Typst", "keywords": ["textlint", "textlintplugin", "plugin", "lint", "typst"], "repository": "https://github.com/textlint/textlint-plugin-typst",