We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6214348 commit d627c2fCopy full SHA for d627c2f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [1.3.3]
5
+- Network error handling in requests for authentication and upload endpoint
6
+
7
## [1.3.2]
8
- Bug fix URL generation without any transformation was adding a empty tr:
9
package.json
@@ -1,6 +1,6 @@
{
"name": "imagekit-javascript",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "Javascript SDK for using ImageKit.io in the browser",
"main": "dist/imagekit.cjs.js",
"module": "dist/imagekit.esm.js",
0 commit comments