Skip to content

Commit 44a9dda

Browse files
committed
chore: Release v3.2.2
1 parent a7d4bcb commit 44a9dda

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v3.2.2](https://github.com/yegor-pelykh/image-in-browser/compare/v3.2.1...v3.2.2)
8+
9+
- chore: Upgraded dependency versions [`a7d4bcb`](https://github.com/yegor-pelykh/image-in-browser/commit/a7d4bcb7f8553d5fd5fa80974e6b4e853bb1b6b7)
10+
- feat: Add resize transform function for in-place resizing [`d24099c`](https://github.com/yegor-pelykh/image-in-browser/commit/d24099cc6a923535af7918194d09a85cff2cb4a1)
11+
- test: Added execution timeout for all tests equal to 30 seconds [`ceab2f2`](https://github.com/yegor-pelykh/image-in-browser/commit/ceab2f246b6c83396aa231facf6f4c5b0892ba63)
12+
713
#### [v3.2.1](https://github.com/yegor-pelykh/image-in-browser/compare/v3.2.0...v3.2.1)
814

15+
> 1 November 2024
16+
917
- chore: Upgraded dependency versions [`a078540`](https://github.com/yegor-pelykh/image-in-browser/commit/a07854078da6dfe982d8408cbae82bb1754fbd33)
1018
- fix: Fixes to BMP-encoding for uint1 images and images without palette [`2ac80f3`](https://github.com/yegor-pelykh/image-in-browser/commit/2ac80f3c4855c61dbe66b6ab611be2b652d854e4)
11-
- fix: Fix exception reading JPG EXIF data [`c435afc`](https://github.com/yegor-pelykh/image-in-browser/commit/c435afc14b674f4a44bb8f5cd9ee5a080b117540)
19+
- chore: Release v3.2.1 [`574e441`](https://github.com/yegor-pelykh/image-in-browser/commit/574e4410838eb91e5c481d567e863c06bda05e8c)
1220

1321
#### [v3.2.0](https://github.com/yegor-pelykh/image-in-browser/compare/v3.1.0...v3.2.0)
1422

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-in-browser",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)",
55
"author": "Yegor Pelykh <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)