We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e4202 commit 08c9a8dCopy full SHA for 08c9a8d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.18.0 / 2024-02-26
2
+==================
3
+
4
+- Support audio as an overlay source
5
6
1.17.0 / 2024-02-23
7
==================
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.17.0",
+ "version": "1.18.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.13.0"
154
}
155
-}
+}
0 commit comments