Explorar o código

Update Deno documentation (1.19.0)

Simon Legner %!s(int64=3) %!d(string=hai) anos
pai
achega
290058a7d7

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -234,7 +234,7 @@ credits = [
     'https://creativecommons.org/licenses/by-sa/4.0/'
   ], [
     'Deno',
-    '2018–2021 the Deno authors',
+    '2018–2022 the Deno authors',
     'MIT',
     'https://raw.githubusercontent.com/denoland/manual/main/LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/deno.rb

@@ -2,7 +2,7 @@ module Docs
   class Deno < UrlScraper
     self.name = 'Deno'
     self.type = 'simple'
-    self.release = '1.18.0'
+    self.release = '1.19.0'
     self.base_url = 'https://doc.deno.land/deno/stable/'
     self.links = {
       home: 'https://deno.land/',
@@ -13,7 +13,7 @@ module Docs
 
     # https://github.com/denoland/manual/blob/main/LICENSE
     options[:attribution] = <<-HTML
-      &copy; 2018–2021 the Deno authors
+      &copy; 2018–2022 the Deno authors
     HTML
 
     def get_latest_version(opts)