We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1a638 commit 73bbc60Copy full SHA for 73bbc60
tools/update_browser_revision.mjs
@@ -50,7 +50,7 @@ function normalizeVersionToSemVer(browser, version) {
50
return `${version}.0`;
51
}
52
53
- return numbers;
+ return version;
54
case 'chrome':
55
// For Chrome (example: 127.0.6533.99) is allowed as SemVer
56
// as long as we use the loose option.
0 commit comments