We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2627105 commit bf0f120Copy full SHA for bf0f120
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.8.2 / 2022-08-15
2
+==================
3
+
4
+* Fix transformation-builder-sdk imports
5
6
1.8.1 / 2022-08-14
7
==================
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "",
"scripts": {
"test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -151,4 +151,4 @@
151
"dependencies": {
152
"@cloudinary/transformation-builder-sdk": "^1.0.0"
153
}
154
-}
+}
0 commit comments