Skip to content

Commit

Permalink
chore: Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed May 8, 2024
1 parent e7a1773 commit 2de5144
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog).

#### [v2.4.1](/~https://github.com/yegor-pelykh/image-in-browser/compare/v2.4.0...v2.4.1)

- fix: Fix of APNG image decoding [`79f22e0`](/~https://github.com/yegor-pelykh/image-in-browser/commit/79f22e0f54100666428abbd26835ba7477fabb91)
- fix: Fix of drawPixel() method [`9e32ba7`](/~https://github.com/yegor-pelykh/image-in-browser/commit/9e32ba7f447fe3738b533066ffea3c61bf57e8da)
- test: Updated tests of PNG/APNG format decoding [`e7a1773`](/~https://github.com/yegor-pelykh/image-in-browser/commit/e7a177332d5ebdc71a01f2005a738dbfe676460b)

#### [v2.4.0](/~https://github.com/yegor-pelykh/image-in-browser/compare/v2.3.0...v2.4.0)

> 13 April 2024
- chore: Updated dependencies [`bff377d`](/~https://github.com/yegor-pelykh/image-in-browser/commit/bff377d808bc24257c6580c9b99a9e199ffe7635)
- feat: Add support for uint16 palette images [`63b9caf`](/~https://github.com/yegor-pelykh/image-in-browser/commit/63b9cafd8165a37f32da7a48ef9d9e521db241be)
- feat: Added Solarize filter [`ea024cd`](/~https://github.com/yegor-pelykh/image-in-browser/commit/ea024cd6d5f9262edf6edccea004ad0c9b69e87f)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-in-browser",
"version": "2.4.0",
"version": "2.4.1",
"description": "Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)",
"author": "Yegor Pelykh <yegor.dev@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 2de5144

Please sign in to comment.