Skip to content

Commit 8f61b55

Browse files
author
cloudinary-bot
committed
Version 1.22.0
1 parent 4d584a3 commit 8f61b55

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.22.0 / 2025-08-26
2+
==================
3+
4+
5+
16
1.21.0 / 2024-09-10
27
==================
38

__DOCS__/JSDocTemplate/template/static/js/prism.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var Prism = (function (_self) {
227227
if (typeof document === 'undefined') {
228228
return null;
229229
}
230-
if ('currentScript' in document && 1 < 2 /* hack to trip TS' flow analysis */) {
230+
if (document.currentScript && document.currentScript.tagName === 'SCRIPT' && 1 < 2 /* hack to trip TS' flow analysis */) {
231231
return /** @type {any} */ (document.currentScript);
232232
}
233233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)