From a86b914bd742b402db3580cac46ac7e14bfea834 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 2 Mar 2021 09:15:09 +0100 Subject: [PATCH] Update TypeScript documentation (4.2.2) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/typescript.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 0fa37258..4d4fbd2a 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -818,7 +818,7 @@ credits = [ 'https://twig.symfony.com/license' ], [ 'TypeScript', - '2012-2020 Microsoft', + '2012-2021 Microsoft', 'Apache', 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/typescript.rb b/lib/docs/scrapers/typescript.rb index df5dc22e..6b2c2cb4 100644 --- a/lib/docs/scrapers/typescript.rb +++ b/lib/docs/scrapers/typescript.rb @@ -4,7 +4,7 @@ module Docs self.name = 'TypeScript' self.type = 'simple' - self.release = '4.1.3' + self.release = '4.2.2' self.base_urls = [ 'https://www.typescriptlang.org/docs/handbook/', 'https://www.typescriptlang.org/' @@ -35,7 +35,7 @@ module Docs ] options[:attribution] = <<-HTML - © 2012-2020 Microsoft
+ © 2012-2021 Microsoft
Licensed under the Apache License, Version 2.0. HTML