Skip to content

Commit

Permalink
chore: Release v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed May 17, 2024
1 parent 554ecdc commit b6aef60
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.7.1](/~https://github.com/yegor-pelykh/image-in-browser/compare/v2.7.0...v2.7.1)

- style: Clarification of decode information types for PNG, PNM and PVR formats [`e80c656`](/~https://github.com/yegor-pelykh/image-in-browser/commit/e80c656b953b7eb454f8c36f7c103c1946633c4d)
- feat: EXIF reading support for WebP [`e029885`](/~https://github.com/yegor-pelykh/image-in-browser/commit/e02988589f62164de47ca7fe9827e32b5db2c422)
- test: Test for decoding EXIF from WebP [`a672ccf`](/~https://github.com/yegor-pelykh/image-in-browser/commit/a672ccf705e7d29bfcaf622f717d39a8e63b40d6)

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

> 15 May 2024
- chore: package-lock.json updated [`12eaaa8`](/~https://github.com/yegor-pelykh/image-in-browser/commit/12eaaa8dd8eb2c1eea0f56d7da941f516fb675e8)
- fix: Imports / exports have been normalized across the entire code base [`9b2b439`](/~https://github.com/yegor-pelykh/image-in-browser/commit/9b2b4390feca3a5b6b432ceef0073cb01bc15106)
- feat: The UZIP dependency has been replaced with an internal UZIP implementation [`0adf3d0`](/~https://github.com/yegor-pelykh/image-in-browser/commit/0adf3d0f2b7e3930c4a2a72cea835ea7bf01dfe7)
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.7.0",
"version": "2.7.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 b6aef60

Please sign in to comment.