From e46bdc7d8fbcce2de36cd0c418cff86b296a08dd Mon Sep 17 00:00:00 2001 From: Corentin Girard Date: Thu, 13 Apr 2023 01:03:12 +0200 Subject: [PATCH] 2.3.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c5b342a..110f87c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-extras", - "version": "2.3.2", + "version": "2.3.3", "description": "A TypeDoc plugin to add extras (favicon, generation date, Google Analytics...) to the output documentation", "main": "./dist/main.js", "exports": "./dist/main.js", @@ -40,4 +40,4 @@ "@types/node": "^18.15.11", "typescript": "^5.0.4" } -} \ No newline at end of file +}