From b99e5657c566c16ac63cb8d3761530c2b652a676 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 28 Jul 2024 10:55:28 +0200 Subject: [PATCH] Update TypeScript documentation (5.5.4) --- lib/docs/scrapers/typescript.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/typescript.rb b/lib/docs/scrapers/typescript.rb index 38d7fae7..68452591 100644 --- a/lib/docs/scrapers/typescript.rb +++ b/lib/docs/scrapers/typescript.rb @@ -40,12 +40,12 @@ module Docs ] options[:attribution] = <<-HTML - © 2012-2023 Microsoft
+ © 2012-2024 Microsoft
Licensed under the Apache License, Version 2.0. HTML version do - self.release = '5.3.3' + self.release = '5.5.4' self.base_urls = [ 'https://www.typescriptlang.org/docs/handbook/', 'https://www.typescriptlang.org/'