We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd319e commit 06c614aCopy full SHA for 06c614a
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+1.3.0 / 2021-12-06
2
+==================
3
+
4
+New functionality
5
+-----------------
6
+* Add saturation to from/toJson
7
+* Add unsharp mask to from/toJson
8
+* Add improve to from/toJson
9
10
+Other
11
12
+* Disable analytics for publicId with question mark (#483)
13
14
15
1.2.0 / 2021-11-09
16
==================
17
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "",
"scripts": {
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
0 commit comments