Skip to content

Commit d627c2f

Browse files
committed
changelog and version bump
1 parent 6214348 commit d627c2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.3.3]
5+
- Network error handling in requests for authentication and upload endpoint
6+
47
## [1.3.2]
58
- Bug fix URL generation without any transformation was adding a empty tr:
69

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekit-javascript",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Javascript SDK for using ImageKit.io in the browser",
55
"main": "dist/imagekit.cjs.js",
66
"module": "dist/imagekit.esm.js",

0 commit comments

Comments
 (0)