[devdocsgjs/main: 211/239] Update TypeScript documentation (4.6.2)




commit c37cc8bf8f4ac40d1b2d1adeee9be5085325a85f
Author: Simon Legner <Simon Legner gmail com>
Date:   Tue Mar 1 18:00:38 2022 +0100

    Update TypeScript documentation (4.6.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 ec59971d..bed03856 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -874,7 +874,7 @@ credits = [
     'https://twig.symfony.com/license'
   ], [
     'TypeScript',
-    '2012-2021 Microsoft',
+    '2012-2022 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 7a1db58d..d47f1a34 100644
--- a/lib/docs/scrapers/typescript.rb
+++ b/lib/docs/scrapers/typescript.rb
@@ -4,7 +4,7 @@ module Docs
 
     self.name = 'TypeScript'
     self.type = 'typescript'
-    self.release = '4.5.2'
+    self.release = '4.6.2'
     self.base_urls = [
       'https://www.typescriptlang.org/docs/handbook/',
       'https://www.typescriptlang.org/'
@@ -35,7 +35,7 @@ module Docs
     ]
 
     options[:attribution] = <<-HTML
-      &copy; 2012-2021 Microsoft<br>
+      &copy; 2012-2022 Microsoft<br>
       Licensed under the Apache License, Version 2.0.
     HTML
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]