Skip to content

Commit af96ddd

Browse files
committed
Update es-toolkit documentation (1.42.0)
1 parent 35fa933 commit af96ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/docs/scrapers/es_toolkit.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ class EsToolkit < FileScraper
77
code: "https://github.com/toss/es-toolkit",
88
home: "https://es-toolkit.slash.page",
99
}
10+
self.release = '1.42.0'
1011

1112
options[:attribution] = <<-HTML
1213
&copy; 2024-2025, Viva Republica<br>
1314
Licensed under the MIT License.
1415
HTML
1516

1617
def get_latest_version(opts)
17-
get_github_tags("toss", "es-toolkit", opts).first["name"]
18+
get_github_tags("toss", "es-toolkit", opts).first["name"][1..]
1819
end
1920

2021
def build_pages(&block)

0 commit comments

Comments
 (0)