From e5d3a7d2a81f692ff6866a1f67d4deb5bf38026a Mon Sep 17 00:00:00 2001 From: Takashi Tamura Date: Thu, 23 Jan 2025 12:56:51 +0900 Subject: [PATCH] chore: bump version to 42.0.1 in package.json and package-lock.json [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80961d5c..2361c05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-toybox", - "version": "42.0.0", + "version": "42.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "latex-toybox", - "version": "42.0.0", + "version": "42.0.1", "license": "MIT", "dependencies": { "cross-spawn": "7.0.6", diff --git a/package.json b/package.json index 6e85922c..e4fab070 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LaTeX Toybox", "description": "An extension for VS Code that offers comprehensive support for editing LaTeX documents, incorporating a range of experimental features.", "icon": "icons/icon.png", - "version": "42.0.0", + "version": "42.0.1", "publisher": "tamuratak", "license": "MIT", "homepage": "https://github.com/tamuratak/latex-toybox",