Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cec1757

Browse files
author
strausr
committed
Merge branch 'master' of https://github.com/cloudinary/js-url-gen into analytics-algo-d
2 parents c77bba3 + a3bd5aa commit cec1757

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.15.0 / 2024-01-12
2+
==================
3+
4+
- Add Resize.Auto action
5+
16
1.14.0 / 2023-12-06
27
==================
38

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run build && npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
@@ -150,6 +150,6 @@
150150
}
151151
},
152152
"dependencies": {
153-
"@cloudinary/transformation-builder-sdk": "^1.9.0"
153+
"@cloudinary/transformation-builder-sdk": "^1.10.0"
154154
}
155155
}

src/actions/resize.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313
limitFill,
1414
minimumFit,
1515
limitPad,
16-
fillPad
16+
fillPad,
17+
auto
1718
} from "@cloudinary/transformation-builder-sdk/actions/resize";
1819

1920
export {
@@ -31,5 +32,6 @@ export {
3132
limitFill,
3233
minimumFit,
3334
limitPad,
34-
fillPad
35+
fillPad,
36+
auto
3537
};

0 commit comments

Comments
 (0)