Skip to content

Commit 0a5ce63

Browse files
author
cloudinary-bot
committed
Version 1.1.0
1 parent f64294e commit 0a5ce63

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
1.0.0 / 2021-09-26
214
==================
315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)