Skip to content

Commit 885cc17

Browse files
committed
fix: node version restriction #185
1 parent db6a08a commit 885cc17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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)

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -75,8 +75,5 @@
7575
"commitizen": {
7676
"path": "./node_modules/cz-conventional-changelog"
7777
}
78-
},
79-
"engines": {
80-
"node": ">=14 <=16"
8178
}
8279
}

0 commit comments

Comments
 (0)