Skip to content

Commit

Permalink
chore: Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed Jun 28, 2024
1 parent ee0cf90 commit 2dad5ed
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).

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

- style: Standardization of function signatures, all important parts are covered by JSDoc comments [`58da314`](/~https://github.com/yegor-pelykh/image-in-browser/commit/58da31494d4bb7dace0f244ebb9ebff9b36b6d8a)
- refactor: Translation of the part responsible for packing and unpacking content into Typescript with full documentation of its functions [`9f32ea1`](/~https://github.com/yegor-pelykh/image-in-browser/commit/9f32ea189321fa183e44d55635cbef02bc922e35)
- chore: Upgraded dependency versions [`94baf67`](/~https://github.com/yegor-pelykh/image-in-browser/commit/94baf67d330e2d5f875bf61f5ddcc0faa9ef49d7)

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

> 17 May 2024
- 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)
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.1",
"version": "3.0.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 2dad5ed

Please sign in to comment.