From c1d32d315547ac89e7958c9b0e7c7a6cd57208a7 Mon Sep 17 00:00:00 2001 From: corentin Date: Tue, 5 Sep 2023 22:53:17 +0200 Subject: [PATCH] 3.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edc3371..c2e8d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-extras", - "version": "2.3.3", + "version": "3.0.0", "description": "A TypeDoc plugin to add extras (favicon, description, generation date...) 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 +}