File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Version 0.1.5
2
2
3
- fixed - The original, uploaded image's MIME type must now always be specified in the ` Content-Type ` header (issue #175 )
3
+ fixed - The original, uploaded image's MIME type must now always be specified in the ` Content-Type ` header. (issue #175 )
4
4
5
5
## Version 0.1.4
6
6
7
- fixed - Fixed bug where name of resized file was missing original name if there was no file extension (issue #20 ).
8
- fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined" (issue #130 ).
9
- fixed - Fixed bug where some valid bucket names were rejected during configuration (issue #27 ).
7
+ fixed - Fixed bug where name of resized file was missing original name if there was no file extension. (issue #20 )
8
+ fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined". (issue #130 )
9
+ fixed - Fixed bug where some valid bucket names were rejected during configuration. (issue #27 )
10
10
11
11
## Version 0.1.3
12
12
@@ -18,7 +18,7 @@ feature - Added new param for deleting the original image.
18
18
19
19
## Version 0.1.1
20
20
21
- fixed - Fixed bug where certain edge cases led to already resized image being resized again (issue #7 ).
21
+ fixed - Fixed bug where certain edge cases led to already resized image being resized again. (issue #7 )
22
22
23
23
## Version 0.1.0
24
24
You can’t perform that action at this time.
0 commit comments