WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 94a8400

Browse files
Update CHANGELOG.md [skip ci]
1 parent 72713d5 commit 94a8400

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v1.1.5 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@jimp/types`, `@jimp/plugin-print`
6+
- Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
8+
#### ⚠️ Pushed to `main`
9+
10+
- `@jimp/core`, `jimp`
11+
- Fix height/width being undefined when creating a Jimp from a canvas ([@hipstersmoothie](https://github.com/hipstersmoothie))
12+
13+
#### Authors: 1
14+
15+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
---
18+
119
# v1.1.4 (Mon Sep 02 2024)
220

321
### Release Notes

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.5 (Mon Sep 02 2024)
2+
3+
#### ⚠️ Pushed to `main`
4+
5+
- Fix height/width being undefined when creating a Jimp from a canvas ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.3 (Mon Sep 02 2024)
214

315
#### 🐛 Bug Fix

packages/jimp/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.5 (Mon Sep 02 2024)
2+
3+
#### ⚠️ Pushed to `main`
4+
5+
- Fix height/width being undefined when creating a Jimp from a canvas ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.4 (Mon Sep 02 2024)
214

315
### Release Notes

packages/types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.5 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.3 (Mon Sep 02 2024)
214

315
#### 🐛 Bug Fix

plugins/plugin-print/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.5 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix loading fonts in web-worker [#1322](https://github.com/jimp-dev/jimp/pull/1322) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.2 (Mon Sep 02 2024)
214

315
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)