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 97fa82d commit e897ce2Copy full SHA for e897ce2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.11.0 / 2023-07-26
2
+==================
3
+
4
+- Add Generative Remove action
5
+- Add Generative Replace action
6
7
1.10.2 / 2023-07-13
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.10.2",
+ "version": "1.11.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.4.0"
154
}
155
-}
+}
0 commit comments