8000
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 a708f7b commit e1b9719Copy full SHA for e1b9719
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.14.0 / 2023-12-06
2
+==================
3
+
4
+- Add Upscale action
5
6
1.13.0 / 2023-11-10
7
==================
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.13.0",
+ "version": "1.14.0",
"description": "",
"scripts": {
"test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -152,4 +152,4 @@
152
"dependencies": {
153
"@cloudinary/transformation-builder-sdk": "^1.9.0"
154
}
155
-}
+}
0 commit comments