From 2f4504311b55792a2ef3ffdf036c080810b47219 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 14 Oct 2024 15:54:13 +0000 Subject: [PATCH] Bump version to: 2.0.14 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d3e4f6..88ea36f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-i18next-loader", - "version": "2.0.13", + "version": "2.0.14", "description": "Vite plugin loader for client embedded i18next locales composited from one to many json or yaml files.", "type": "module", "main-note": "Though this is ESM only, the following main is to appease tsc and varieties of moduleResolution e.g. node vs nodenext, otherwise types aren't found. see https://github.com/rosskevin/ts-esm-workspaces/tree/bug-main-required-to-build#workaround ",