Skip to content

Commit

Permalink
chore(main): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Apr 11, 2024
1 parent fd42a31 commit 7ebd1a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/image-js/fast-jpeg/compare/v2.0.0...v2.0.1) (2024-04-11)


### Bug Fixes

* update tiff dependency ([fd42a31](https://github.com/image-js/fast-jpeg/commit/fd42a31c77b67e9495285d391ff17e6538ddc96f))

## [2.0.0](https://github.com/image-js/fast-jpeg/compare/v1.0.1...v2.0.0) (2023-06-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ebd1a8

Please sign in to comment.