From 8eae7bba868163971c8e481f8655b3ab62753793 Mon Sep 17 00:00:00 2001 From: Nicolas Chachereau Date: Sun, 15 Dec 2024 18:08:09 +0100 Subject: [PATCH] Initial release --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 612dbb9..0987da7 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "name": "@csl-modish/modish", "description": "Automated tests for your CSL styles", - "version": "0.8.0", + "version": "0.8.1", "exports": "./src/main.js", "imports": { "citeproc": "npm:citeproc@2",