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
+
1
4
## 2.0.1 (6 Mar 2023)
2
5
* feature: preserve Exif metadata for JPEG [ #164 ] ( https://github.com/Donaldcwl/browser-image-compression/issues/164 )
3
6
* 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 1
1
{
2
2
"name" : " browser-image-compression" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Compress images in the browser" ,
5
5
"main" : " dist/browser-image-compression.js" ,
6
6
"module" : " dist/browser-image-compression.mjs" ,
75
75
"commitizen" : {
76
76
"path" : " ./node_modules/cz-conventional-changelog"
77
77
}
78
- },
79
- "engines" : {
80
- "node" : " >=14 <=16"
81
78
}
82
79
}
You can’t perform that action at this time.
0 commit comments