Skip to content

Commit 5fa4211

Browse files
committed
chore: bump version to 5.4.0 and update changelog with new crop modes support
1 parent eaab0dd commit 5fa4211

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 5.4.0
4+
5+
1. **Enhancement:**
6+
- Added support for new crop modes: `no-enlarge` and `colorize` in transformations
7+
38
## Version 5.3.0
49

510
1. **Enhancement:**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/javascript",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "ImageKit Javascript SDK",
55
"main": "dist/imagekit.cjs.js",
66
"module": "dist/imagekit.esm.js",

0 commit comments

Comments
 (0)