From 02bbf2fff10b06b661dfb32ca24123eadfe10591 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 1 Apr 2023 08:39:13 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a80c1885..368ab46f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,12 +55,14 @@ - TypeDoc will now ignore package.json files not containing a `name` field, #2190. - Fixed `@inheritDoc` on signatures (functions, methods, constructors, getters, setters) being unable to inherit from a non-signature. - Interfaces/classes created via extending a module will no longer contain variables/functions where the member should have been converted as properties/methods, #2150. +- TypeDoc will now ignore a leading `v` in versions, #2212. ### Thanks! - @bodil - @futurGH - @jm4rtinez +- @muratgozel # Unreleased