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 May 11, 2023
1 parent aec79d0 commit 021cfbb
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,43 @@
# v0.22.8 (Thu May 11 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sjoerd ([@sjoerd108](https://github.com/sjoerd108))

:heart: null[@php4fan](https://github.com/php4fan)

:heart: null[@JunkMeal](https://github.com/JunkMeal)

#### 🚀 Enhancement

- `@jimp/core`, `jimp`
- Composite: don't write to null pixels [#1226](https://github.com/jimp-dev/jimp/pull/1226) ([@sjoerd108](https://github.com/sjoerd108))
- `@jimp/plugin-color`
- Fix: convolute not defaulting to 0, 0 as starting point [#1228](https://github.com/jimp-dev/jimp/pull/1228) ([@sjoerd108](https://github.com/sjoerd108))
- `@jimp/plugin-rotate`
- Fix: rotate resize param on multiples of 90 [#1229](https://github.com/jimp-dev/jimp/pull/1229) ([@sjoerd108](https://github.com/sjoerd108))

#### 🐛 Bug Fix

- `@jimp/plugin-crop`, `@jimp/test-utils`
- Fix autocrop mixing up east and west [#1227](https://github.com/jimp-dev/jimp/pull/1227) ([@sjoerd108](https://github.com/sjoerd108))

#### 📝 Documentation

- Fixed typo in README [#1215](https://github.com/jimp-dev/jimp/pull/1215) ([@php4fan](https://github.com/php4fan))
- `jimp`
- Changing the Hiero url [#1213](https://github.com/jimp-dev/jimp/pull/1213) ([@JunkMeal](https://github.com/JunkMeal))

#### Authors: 3

- [@JunkMeal](https://github.com/JunkMeal)
- [@php4fan](https://github.com/php4fan)
- Sjoerd ([@sjoerd108](https://github.com/sjoerd108))

---

# v0.22.7 (Sat Feb 25 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,3 +1,15 @@
# v0.22.8 (Thu May 11 2023)

#### 🚀 Enhancement

- Composite: don't write to null pixels [#1226](https://github.com/jimp-dev/jimp/pull/1226) ([@sjoerd108](https://github.com/sjoerd108))

#### Authors: 1

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

---

# v0.22.4 (Tue Feb 07 2023)

#### 🚀 Enhancement
Expand Down
25 changes: 25 additions & 0 deletions packages/jimp/CHANGELOG.md
@@ -1,3 +1,28 @@
# v0.22.8 (Thu May 11 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sjoerd ([@sjoerd108](https://github.com/sjoerd108))

:heart: null[@JunkMeal](https://github.com/JunkMeal)

#### 🚀 Enhancement

- Composite: don't write to null pixels [#1226](https://github.com/jimp-dev/jimp/pull/1226) ([@sjoerd108](https://github.com/sjoerd108))

#### 📝 Documentation

- Changing the Hiero url [#1213](https://github.com/jimp-dev/jimp/pull/1213) ([@JunkMeal](https://github.com/JunkMeal))

#### Authors: 2

- [@JunkMeal](https://github.com/JunkMeal)
- Sjoerd ([@sjoerd108](https://github.com/sjoerd108))

---

# v0.22.6 (Fri Feb 24 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-color/CHANGELOG.md
@@ -1,3 +1,15 @@
# v0.22.8 (Thu May 11 2023)

#### 🚀 Enhancement

- Fix: convolute not defaulting to 0, 0 as starting point [#1228](https://github.com/jimp-dev/jimp/pull/1228) ([@sjoerd108](https://github.com/sjoerd108))

#### Authors: 1

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

---

# v0.22.6 (Fri Feb 24 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-crop/CHANGELOG.md
@@ -1,3 +1,19 @@
# v0.22.8 (Thu May 11 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Sjoerd ([@sjoerd108](https://github.com/sjoerd108)), for all your work!

#### 🐛 Bug Fix

- Fix autocrop mixing up east and west [#1227](https://github.com/jimp-dev/jimp/pull/1227) ([@sjoerd108](https://github.com/sjoerd108))

#### Authors: 1

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

---

# v0.22.1 (Mon Feb 06 2023)

#### 🏠 Internal
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-rotate/CHANGELOG.md
@@ -1,3 +1,15 @@
# v0.22.8 (Thu May 11 2023)

#### 🚀 Enhancement

- Fix: rotate resize param on multiples of 90 [#1229](https://github.com/jimp-dev/jimp/pull/1229) ([@sjoerd108](https://github.com/sjoerd108))

#### Authors: 1

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

---

# v0.22.7 (Sat Feb 25 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
16 changes: 16 additions & 0 deletions packages/test-utils/CHANGELOG.md
@@ -1,3 +1,19 @@
# v0.22.8 (Thu May 11 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Sjoerd ([@sjoerd108](https://github.com/sjoerd108)), for all your work!

#### 🐛 Bug Fix

- Fix autocrop mixing up east and west [#1227](https://github.com/jimp-dev/jimp/pull/1227) ([@sjoerd108](https://github.com/sjoerd108))

#### Authors: 1

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

---

# v0.22.1 (Mon Feb 06 2023)

#### 🏠 Internal
Expand Down

0 comments on commit 021cfbb

Please sign in to comment.