Skip to content

Commit

Permalink
fix: node version restriction #185
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaldcwl committed Mar 6, 2023
1 parent db6a08a commit 885cc17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2 (6 Mar 2023)
* fixed: node version restriction [#185](https://github.com/Donaldcwl/browser-image-compression/issues/185)

## 2.0.1 (6 Mar 2023)
* feature: preserve Exif metadata for JPEG [#164](https://github.com/Donaldcwl/browser-image-compression/issues/164)
* feature: support BMP image compression [#181](https://github.com/Donaldcwl/browser-image-compression/issues/181)
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-image-compression",
"version": "2.0.1",
"version": "2.0.2",
"description": "Compress images in the browser",
"main": "dist/browser-image-compression.js",
"module": "dist/browser-image-compression.mjs",
Expand Down Expand Up @@ -75,8 +75,5 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=14 <=16"
}
}

0 comments on commit 885cc17

Please sign in to comment.