diff --git a/CHANGELOG.md b/CHANGELOG.md index b24d1703..268b8b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v1.5.0 (Mon Sep 09 2024) + +### Release Notes + +#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336)) + +Can now have options for the underlying image codecs + +![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1) + +--- + +#### 🚀 Enhancement + +- `@jimp/core`, `@jimp/types`, `@jimp/js-bmp`, `@jimp/js-jpeg`, `@jimp/js-png` + - Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- `jimp` + - add readme to jimp ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.5.0 (Sat Sep 07 2024) ### Release Notes diff --git a/packages/jimp/CHANGELOG.md b/packages/jimp/CHANGELOG.md index c5faa367..ae1411b4 100644 --- a/packages/jimp/CHANGELOG.md +++ b/packages/jimp/CHANGELOG.md @@ -1,3 +1,19 @@ +# v1.6.0 (Mon Sep 09 2024) + +#### 🐛 Bug Fix + +- Bump version to: v1.5.0 \[skip ci\] ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- add readme to jimp ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.4.0 (Sat Sep 07 2024) #### 🚀 Enhancement