We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ca50 commit ed94345Copy full SHA for ed94345
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.9.0 / 2023-01-31
2
+==================
3
+
4
+- Add support for Drop Shadow action
5
+- Add support for Background Removal action
6
7
1.8.7 / 2022-12-05
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.8.7",
+ "version": "1.9.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.2.0"
154
}
155
-}
+}
0 commit comments