diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b285dc0..e9148aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 🚀 Enhancement + +- `@jimp/core` + - Let Jimp.read accept a Buffer [#1332](https://github.com/jimp-dev/jimp/pull/1332) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- `jimp` + - Export measure text functions from jimp package [#1333](https://github.com/jimp-dev/jimp/pull/1333) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + - Add JimpMime constant [#1331](https://github.com/jimp-dev/jimp/pull/1331) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + - add JimpInstance type [#1330](https://github.com/jimp-dev/jimp/pull/1330) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- `@jimp/utils`, `@jimp/plugin-print` + - Bind callback to image instance [#1335](https://github.com/jimp-dev/jimp/pull/1335) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- `@jimp/core`, `@jimp/types`, `@jimp/utils`, `@jimp/plugin-print`, `@jimp/plugin-quantize`, `@jimp/wasm-webp` + - fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 📝 Documentation + +- `@jimp/plugin-blit`, `@jimp/plugin-print` + - Misc doc updates [#1334](https://github.com/jimp-dev/jimp/pull/1334) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.3.0 (Wed Sep 04 2024) #### 🚀 Enhancement diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 434665a0..1b76470c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,19 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 🚀 Enhancement + +- Let Jimp.read accept a Buffer [#1332](https://github.com/jimp-dev/jimp/pull/1332) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.3.0 (Wed Sep 04 2024) #### 🚀 Enhancement diff --git a/packages/jimp/CHANGELOG.md b/packages/jimp/CHANGELOG.md index bf67017c..c5faa367 100644 --- a/packages/jimp/CHANGELOG.md +++ b/packages/jimp/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 🚀 Enhancement + +- Export measure text functions from jimp package [#1333](https://github.com/jimp-dev/jimp/pull/1333) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Add JimpMime constant [#1331](https://github.com/jimp-dev/jimp/pull/1331) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add JimpInstance type [#1330](https://github.com/jimp-dev/jimp/pull/1330) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.2.0 (Tue Sep 03 2024) #### 🚀 Enhancement diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8e623df8..a365e408 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.5 (Mon Sep 02 2024) #### 🐛 Bug Fix diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 2b6908c4..1567d22d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,19 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 🐛 Bug Fix + +- Bind callback to image instance [#1335](https://github.com/jimp-dev/jimp/pull/1335) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.3 (Mon Sep 02 2024) #### 🐛 Bug Fix diff --git a/plugins/plugin-blit/CHANGELOG.md b/plugins/plugin-blit/CHANGELOG.md index 47405236..b74ff6d5 100644 --- a/plugins/plugin-blit/CHANGELOG.md +++ b/plugins/plugin-blit/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 📝 Documentation + +- Misc doc updates [#1334](https://github.com/jimp-dev/jimp/pull/1334) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.3 (Mon Sep 02 2024) #### 🐛 Bug Fix diff --git a/plugins/plugin-print/CHANGELOG.md b/plugins/plugin-print/CHANGELOG.md index 3a3c0a07..901c89fe 100644 --- a/plugins/plugin-print/CHANGELOG.md +++ b/plugins/plugin-print/CHANGELOG.md @@ -1,3 +1,23 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### 🐛 Bug Fix + +- Bind callback to image instance [#1335](https://github.com/jimp-dev/jimp/pull/1335) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 📝 Documentation + +- Misc doc updates [#1334](https://github.com/jimp-dev/jimp/pull/1334) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.2.0 (Tue Sep 03 2024) #### 🚀 Enhancement diff --git a/plugins/plugin-quantize/CHANGELOG.md b/plugins/plugin-quantize/CHANGELOG.md index de17f829..1778d978 100644 --- a/plugins/plugin-quantize/CHANGELOG.md +++ b/plugins/plugin-quantize/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.3 (Mon Sep 02 2024) #### 🐛 Bug Fix diff --git a/plugins/wasm-webp/CHANGELOG.md b/plugins/wasm-webp/CHANGELOG.md index a83fc73e..f8d4fc7b 100644 --- a/plugins/wasm-webp/CHANGELOG.md +++ b/plugins/wasm-webp/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.4.0 (Sat Sep 07 2024) + +#### ⚠️ Pushed to `main` + +- fix docs build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.0 (Tue Sep 03 2024) #### 🚀 Enhancement