We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896f8e0 commit 1dc1557Copy full SHA for 1dc1557
lib/docs/scrapers/svelte.rb
@@ -13,15 +13,15 @@ class Svelte < UrlScraper
13
14
# https://github.com/sveltejs/svelte/blob/master/LICENSE.md
15
options[:attribution] = <<-HTML
16
- © 2016–2024 Rich Harris and contributors<br>
+ © 2016–2025 Rich Harris and contributors<br>
17
Licensed under the MIT License.
18
HTML
19
20
self.base_url = 'https://svelte.dev/docs/svelte/'
21
html_filters.push 'svelte/entries', 'svelte/clean_html'
22
23
version do
24
- self.release = '5.2.3'
+ self.release = '5.33.11'
25
end
26
27
version '4' do
0 commit comments