From be87e2d5b58af4376fa47f305a786b3e3852609f Mon Sep 17 00:00:00 2001 From: corentin Date: Fri, 28 Jun 2024 12:59:00 +0200 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4390e0a..c3e4e14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-extras", - "version": "3.0.0", + "version": "3.1.0", "description": "A TypeDoc plugin to add extras (favicon, description, generation date...) to the output documentation", "main": "./dist/main.js", "exports": "./dist/main.js",