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 b92f821 commit faa44fdCopy full SHA for faa44fd
src/utils/versioning.js
@@ -14,11 +14,12 @@ const ALL_SUPPORTED_JS_API_VERSIONS = [
14
'v0.42',
15
'v0.43',
16
'v0.44',
17
+ 'v0.45',
18
]
19
.sort()
20
.reverse();
21
/** latest version number for URLs without version prefix */
-const LATEST_VERSION = 'v0.45';
22
+const LATEST_VERSION = 'v0.46';
23
24
/** applies only for development and staging */
25
/** amount DOES NOT include LATEST_VERSION */
0 commit comments