Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 4, 2023
1 parent 05316f6 commit 16657d7
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- `@jimp/plugin-color`
- Fix types not assignable to 'ColorActionName'. [#1086](https://github.com/jimp-dev/jimp/pull/1086) ([@lucyyyyyyy](https://github.com/lucyyyyyyy) [@hipstersmoothie](https://github.com/hipstersmoothie))
- `@jimp/plugin-print`
- Update ordering of overrides so ReturnType pulls correct typing. [#1077](https://github.com/jimp-dev/jimp/pull/1077) ([@dcbartlett](https://github.com/dcbartlett) [@hipstersmoothie](https://github.com/hipstersmoothie))
- `@jimp/core`
- fix(jimp.d.ts): fix getBase64 and getBase64Async function arguments [#1094](https://github.com/jimp-dev/jimp/pull/1094) ([@pkjy](https://github.com/pkjy))
- `jimp`, `@jimp/plugin-rotate`
- fix documentation about rotation direction. [#1062](https://github.com/jimp-dev/jimp/pull/1062) ([@fabb](https://github.com/fabb))

#### Authors: 5

- [@fabb](https://github.com/fabb)
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Dennis Bartlett ([@dcbartlett](https://github.com/dcbartlett))
- Lucy ([@lucyyyyyyy](https://github.com/lucyyyyyyy))
- 彭君怡 ([@pkjy](https://github.com/pkjy))

---

# v0.17.5 (Sat Feb 04 2023)

#### 🐛 Bug Fix
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix(jimp.d.ts): fix getBase64 and getBase64Async function arguments [#1094](https://github.com/jimp-dev/jimp/pull/1094) ([@pkjy](https://github.com/pkjy))

#### Authors: 1

- 彭君怡 ([@pkjy](https://github.com/pkjy))

---

# v0.17.5 (Sat Feb 04 2023)

#### 🐛 Bug Fix
Expand Down
12 changes: 12 additions & 0 deletions packages/jimp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix documentation about rotation direction. [#1062](https://github.com/jimp-dev/jimp/pull/1062) ([@fabb](https://github.com/fabb))

#### Authors: 1

- [@fabb](https://github.com/fabb)

---

# v0.16.3 (Sat Feb 04 2023)

#### 🐛 Bug Fix
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- Fix types not assignable to 'ColorActionName'. [#1086](https://github.com/jimp-dev/jimp/pull/1086) ([@lucyyyyyyy](https://github.com/lucyyyyyyy) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Lucy ([@lucyyyyyyy](https://github.com/lucyyyyyyy))

---

# v0.17.3 (Sat Feb 04 2023)

#### 🐛 Bug Fix
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-print/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- Update ordering of overrides so ReturnType pulls correct typing. [#1077](https://github.com/jimp-dev/jimp/pull/1077) ([@dcbartlett](https://github.com/dcbartlett) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Dennis Bartlett ([@dcbartlett](https://github.com/dcbartlett))

---

# v0.17.2 (Sat Feb 04 2023)

#### 🐛 Bug Fix
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-rotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.17.6 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix documentation about rotation direction. [#1062](https://github.com/jimp-dev/jimp/pull/1062) ([@fabb](https://github.com/fabb))

#### Authors: 1

- [@fabb](https://github.com/fabb)

---

# v0.16.3 (Sat Feb 04 2023)

#### ⚠️ Pushed to `master`
Expand Down

0 comments on commit 16657d7

Please sign in to comment.