Skip to content

Commit

Permalink
chore: Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed Jun 27, 2023
1 parent 919a414 commit ef680c0
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).

#### [v1.6.1](https://github.com/yegor-pelykh/image-in-browser/compare/v1.6.0...v1.6.1)

- chore: Update dependencies [`919a414`](https://github.com/yegor-pelykh/image-in-browser/commit/919a414996c3b69426f059dd7f16f4e3ffb1e32c)
- perf: Performance optimization for BmpEncoder [`46d6857`](https://github.com/yegor-pelykh/image-in-browser/commit/46d68578293422a4d3e879125fa485c7202b9125)
- fix: Inaccurate size when resizing [`d284208`](https://github.com/yegor-pelykh/image-in-browser/commit/d284208b6792e3261b027efe87e0dc37afa8f676)

#### [v1.6.0](https://github.com/yegor-pelykh/image-in-browser/compare/v1.5.2...v1.6.0)

> 23 May 2023
- chore: Updated dependencies [`5d50ff9`](https://github.com/yegor-pelykh/image-in-browser/commit/5d50ff9d4429e3e2904596460347247d2bbd8755)
- feat: Add 4:2:0 chroma subsampling format in JpegEncoder [`dc3226e`](https://github.com/yegor-pelykh/image-in-browser/commit/dc3226e6e9814d5c19619ac7339c8498d54f4102)
- refactor: Refactoring of Encoder.encode and Decoder.decode method parameters [`4a8f215`](https://github.com/yegor-pelykh/image-in-browser/commit/4a8f215d210eee447e1934de9ca08ba7b4358e8c)
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": "1.6.0",
"version": "1.6.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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ef680c0

Please sign in to comment.