We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd42a31 commit 7f87885Copy full SHA for 7f87885
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.1](https://github.com/image-js/fast-jpeg/compare/v2.0.0...v2.0.1) (2024-04-11)
4
+
5
6
+### Bug Fixes
7
8
+* update tiff dependency ([fd42a31](https://github.com/image-js/fast-jpeg/commit/fd42a31c77b67e9495285d391ff17e6538ddc96f))
9
10
## [2.0.0](https://github.com/image-js/fast-jpeg/compare/v1.0.1...v2.0.0) (2023-06-03)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-jpeg",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "JPEG image decoder written entirely in JavaScript",
"main": "lib/index.js",
"module": "lib-esm/index.js",
0 commit comments