Skip to content

Commit b6aef60

Browse files
committed
chore: Release v2.7.1
1 parent 554ecdc commit b6aef60

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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+
#### [v2.7.1](https://github.com/yegor-pelykh/image-in-browser/compare/v2.7.0...v2.7.1)
8+
9+
- style: Clarification of decode information types for PNG, PNM and PVR formats [`e80c656`](https://github.com/yegor-pelykh/image-in-browser/commit/e80c656b953b7eb454f8c36f7c103c1946633c4d)
10+
- feat: EXIF reading support for WebP [`e029885`](https://github.com/yegor-pelykh/image-in-browser/commit/e02988589f62164de47ca7fe9827e32b5db2c422)
11+
- test: Test for decoding EXIF from WebP [`a672ccf`](https://github.com/yegor-pelykh/image-in-browser/commit/a672ccf705e7d29bfcaf622f717d39a8e63b40d6)
12+
713
#### [v2.7.0](https://github.com/yegor-pelykh/image-in-browser/compare/v2.6.0...v2.7.0)
814

15+
> 15 May 2024
16+
917
- chore: package-lock.json updated [`12eaaa8`](https://github.com/yegor-pelykh/image-in-browser/commit/12eaaa8dd8eb2c1eea0f56d7da941f516fb675e8)
1018
- fix: Imports / exports have been normalized across the entire code base [`9b2b439`](https://github.com/yegor-pelykh/image-in-browser/commit/9b2b4390feca3a5b6b432ceef0073cb01bc15106)
1119
- feat: The UZIP dependency has been replaced with an internal UZIP implementation [`0adf3d0`](https://github.com/yegor-pelykh/image-in-browser/commit/0adf3d0f2b7e3930c4a2a72cea835ea7bf01dfe7)

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": "2.7.0",
3+
"version": "2.7.1",
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)