Skip to content

Commit 0096856

Browse files
Update CHANGELOG.md [skip ci]
1 parent 83c9526 commit 0096856

32 files changed

Lines changed: 388 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.1.3 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `jimp`
6+
- Include browser files [#1320](https://github.com/jimp-dev/jimp/pull/1320) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
- `@jimp/core`, `@jimp/diff`, `@jimp/file-ops`, `jimp`, `@jimp/test-utils`, `@jimp/types`, `@jimp/utils`, `@jimp/js-bmp`, `@jimp/js-gif`, `@jimp/js-jpeg`, `@jimp/js-png`, `@jimp/js-tiff`, `@jimp/plugin-blit`, `@jimp/plugin-blur`, `@jimp/plugin-circle`, `@jimp/plugin-color`, `@jimp/plugin-contain`, `@jimp/plugin-cover`, `@jimp/plugin-crop`, `@jimp/plugin-displace`, `@jimp/plugin-dither`, `@jimp/plugin-fisheye`, `@jimp/plugin-flip`, `@jimp/plugin-hash`, `@jimp/plugin-mask`, `@jimp/plugin-print`, `@jimp/plugin-quantize`, `@jimp/plugin-resize`, `@jimp/plugin-rotate`, `@jimp/plugin-shadow`, `@jimp/plugin-threshold`
8+
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@hipstersmoothie](https://github.com/hipstersmoothie))
9+
10+
#### Authors: 1
11+
12+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
13+
14+
---
15+
116
# v1.1.2 (Mon Sep 02 2024)
217

318
### 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.3 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.1 (Sun Sep 01 2024)
214

315
#### 🐛 Bug Fix

packages/diff/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.3 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@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

packages/file-ops/CHANGELOG.md

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

315
#### ⚠️ Pushed to `main`

packages/jimp/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.1.3 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Include browser files [#1320](https://github.com/jimp-dev/jimp/pull/1320) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
8+
#### Authors: 1
9+
10+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
11+
12+
---
13+
114
# v1.1.2 (Mon Sep 02 2024)
215

316
### Release Notes

packages/test-utils/CHANGELOG.md

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

315
#### ⚠️ Pushed to `main`

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.3 (Mon Sep 02 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Update deps [#1319](https://github.com/jimp-dev/jimp/pull/1319) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### Authors: 1
8+
9+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
---
12+
113
# v1.1.0 (Sun Sep 01 2024)
214

315
#### ⚠️ Pushed to `main`

packages/utils/CHANGELOG.md

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

315
#### ⚠️ Pushed to `main`

plugins/js-bmp/CHANGELOG.md

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

315
#### ⚠️ Pushed to `main`

plugins/js-gif/CHANGELOG.md

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

315
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)