Skip to content

Commit 250bb9f

Browse files
author
cloudinary-bot
committed
Version 1.4.0
1 parent 18429a7 commit 250bb9f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.4.0 / 2022-01-02
2+
==================
3+
4+
New functionality
5+
-----------------
6+
* Add Support string gravity (#487)
7+
8+
Other changes
9+
-----------------
10+
* Fix fromJson q_auto:best
11+
* Fix broken documentation links. (#489)
12+
* Add test for video query params (#490)
13+
* Fix broken UMD export
14+
115
1.3.0 / 2021-12-06
216
==================
317

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -92,6 +92,10 @@
9292
},
9393
"exports": {
9494
"./bundles/umd/package.json": "./bundles/umd/package.json",
95+
"./bundles/umd": {
96+
"require": "./bundles/umd/base.js",
97+
"import": "./bundles/umd/base.js"
98+
},
9599
"./package.json": "./package.json",
96100
"./actions/*": {
97101
"require": "./actions/*.cjs",

0 commit comments

Comments
 (0)