Skip to content

Commit 9eceb9b

Browse files
Update CHANGELOG.md [skip ci]
1 parent a1fac89 commit 9eceb9b

6 files changed

Lines changed: 133 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- `@jimp/core`, `@jimp/types`, `@jimp/js-bmp`, `@jimp/js-jpeg`, `@jimp/js-png`
16+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
17+
18+
#### Authors: 1
19+
20+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
21+
22+
---
23+
124
# v1.4.0 (Sat Sep 07 2024)
225

326
#### 🚀 Enhancement

packages/core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
#### Authors: 1
18+
19+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
---
22+
123
# v1.4.0 (Sat Sep 07 2024)
224

325
#### 🚀 Enhancement

packages/types/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
#### Authors: 1
18+
19+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
---
22+
123
# v1.4.0 (Sat Sep 07 2024)
224

325
#### ⚠️ Pushed to `main`

plugins/js-bmp/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
#### Authors: 1
18+
19+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
---
22+
123
# v1.1.3 (Mon Sep 02 2024)
224

325
#### 🐛 Bug Fix

plugins/js-jpeg/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
#### Authors: 1
18+
19+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
---
22+
123
# v1.1.3 (Mon Sep 02 2024)
224

325
#### 🐛 Bug Fix

plugins/js-png/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.5.0 (Sat Sep 07 2024)
2+
3+
### Release Notes
4+
5+
#### Add support for image decoder options ([#1336](https://github.com/jimp-dev/jimp/pull/1336))
6+
7+
Can now have options for the underlying image codecs
8+
9+
![CleanShot 2024-09-07 at 15 26 41](https://github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1)
10+
11+
---
12+
13+
#### 🚀 Enhancement
14+
15+
- Add support for image decoder options [#1336](https://github.com/jimp-dev/jimp/pull/1336) ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
#### Authors: 1
18+
19+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
---
22+
123
# v1.1.3 (Mon Sep 02 2024)
224

325
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)