diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae21fe..30815376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v1.1.5 (Mon Sep 02 2024) + +#### 🐛 Bug Fix + +- `@jimp/types`, `@jimp/plugin-print` + - Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- `@jimp/core`, `jimp` + - Fix height/width being undefined when creating a Jimp from a canvas ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.4 (Mon Sep 02 2024) ### Release Notes diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ced53f2a..395f1bdc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.1.5 (Mon Sep 02 2024) + +#### ⚠️ Pushed to `main` + +- Fix height/width being undefined when creating a Jimp from a canvas ([@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/packages/jimp/CHANGELOG.md b/packages/jimp/CHANGELOG.md index 032a7bb9..1d0c23da 100644 --- a/packages/jimp/CHANGELOG.md +++ b/packages/jimp/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.1.5 (Mon Sep 02 2024) + +#### ⚠️ Pushed to `main` + +- Fix height/width being undefined when creating a Jimp from a canvas ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.4 (Mon Sep 02 2024) ### Release Notes diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 2b6908c4..8e623df8 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.1.5 (Mon Sep 02 2024) + +#### 🐛 Bug Fix + +- Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@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 fba2b49f..fc3793db 100644 --- a/plugins/plugin-print/CHANGELOG.md +++ b/plugins/plugin-print/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.1.5 (Mon Sep 02 2024) + +#### 🐛 Bug Fix + +- Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v1.1.2 (Mon Sep 02 2024) #### 🐛 Bug Fix