File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.2 (6 Mar 2023)
2+ * fixed: node version restriction [ #185 ] ( https://github.com/Donaldcwl/browser-image-compression/issues/185 )
3+
14## 2.0.1 (6 Mar 2023)
25* feature: preserve Exif metadata for JPEG [ #164 ] ( https://github.com/Donaldcwl/browser-image-compression/issues/164 )
36* feature: support BMP image compression [ #181 ] ( https://github.com/Donaldcwl/browser-image-compression/issues/181 )
Original file line number Diff line number Diff line change 11{
22 "name" : " browser-image-compression" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Compress images in the browser" ,
55 "main" : " dist/browser-image-compression.js" ,
66 "module" : " dist/browser-image-compression.mjs" ,
7575 "commitizen" : {
7676 "path" : " ./node_modules/cz-conventional-changelog"
7777 }
78- },
79- "engines" : {
80- "node" : " >=14 <=16"
8178 }
8279}
You can’t perform that action at this time.
0 commit comments