We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64294e commit 0a5ce63Copy full SHA for 0a5ce63
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+1.1.0 / 2021-10-11
2
+==================
3
+
4
+New functionality
5
+-----------------
6
+ * Distribute CommonJS for projects that cannot use ESM
7
+ * Add format and quality alias
8
9
+Other changes
10
11
+ * Remove lodash.clonedeep dependency (#446)
12
13
1.0.0 / 2021-09-26
14
==================
15
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/url-gen",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "",
"scripts": {
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
0 commit comments