Skip to content

Commit

Permalink
chore: Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed May 10, 2024
1 parent 5236cce commit 805104f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.5.0](/~https://github.com/yegor-pelykh/image-in-browser/compare/v2.4.1...v2.5.0)

- feat: Support for Photoshop PSD format (read-only) [`b5b0b95`](/~https://github.com/yegor-pelykh/image-in-browser/commit/b5b0b95889140527c56de030f8462aefd367624f)
- feat: Support for PVR (PVRTC) format [`607951b`](/~https://github.com/yegor-pelykh/image-in-browser/commit/607951b403d4cdf4f49e783cd5cfdba8521f2945)
- chore: Updated dependencies [`5236cce`](/~https://github.com/yegor-pelykh/image-in-browser/commit/5236ccefc99d0ee210b926fccb3959dd917996f5)

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

> 8 May 2024
- fix: Fix of APNG image decoding [`79f22e0`](/~https://github.com/yegor-pelykh/image-in-browser/commit/79f22e0f54100666428abbd26835ba7477fabb91)
- chore: Release v2.4.1 [`2de5144`](/~https://github.com/yegor-pelykh/image-in-browser/commit/2de514417ced0d19d1bdba512bdb29331ac1c93c)
- 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)

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.1",
"version": "2.5.0",
"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 805104f

Please sign in to comment.