From 2e1989b04b18ba8cd2e635795164f58067d10f2d Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 4 Aug 2024 18:54:35 +0100 Subject: [PATCH] update for docs --- package.json | 2 +- typedoc.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c59d14f..918bfee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iter-ops", - "version": "3.4.0-beta.0", + "version": "3.4.0", "description": "Basic operations on iterables", "keywords": [ "typescript", diff --git a/typedoc.json b/typedoc.json index d1389321..2c499e95 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", - "name": "ITER-OPS v3.3.0", + "name": "ITER-OPS v3.4.0", "out": "../iter-ops-docs", "excludeExternals": true, "excludePrivate": true, @@ -11,5 +11,5 @@ "intentionallyNotExported": ["Flatten"], "hideGenerator": true, "customCss": "./typedoc.css", - "exclude": ["./test/*.ts"] + "exclude": ["./test/**/*.ts"] }