From 29ac957936fd07485583029818cb52383df654df Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 15 Sep 2022 16:36:12 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/plugin-fisheye/CHANGELOG.md | 12 ++++++++++++ packages/type-jpeg/CHANGELOG.md | 12 ++++++++++++ 3 files changed, 47 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18acb5498..4957b149e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v0.16.2 (Thu Sep 15 2022) + +#### 🐛 Bug Fix + +- `@jimp/jpeg` + - Bump jpeg-js over 0.4.4 to avoid cve-2022-25851 [#1093](https://github.com/oliver-moran/jimp/pull/1093) ([@melhadad](https://github.com/melhadad)) + +#### 📝 Documentation + +- docs: toc added for easier reading [#984](https://github.com/oliver-moran/jimp/pull/984) ([@j-d-carmichael](https://github.com/j-d-carmichael)) +- feat: add handwritten.js project [#946](https://github.com/oliver-moran/jimp/pull/946) ([@alias-rahil](https://github.com/alias-rahil)) +- `@jimp/plugin-fisheye` + - added the "e" back to @jimp/plugin-fisheye [#947](https://github.com/oliver-moran/jimp/pull/947) ([@mynameismax](https://github.com/mynameismax)) + +#### Authors: 4 + +- J D Carmichael ([@j-d-carmichael](https://github.com/j-d-carmichael)) +- Max ([@mynameismax](https://github.com/mynameismax)) +- Michael Elhadad ([@melhadad](https://github.com/melhadad)) +- Rahil Kabani ([@alias-rahil](https://github.com/alias-rahil)) + +--- + # v0.16.1 (Fri Aug 28 2020) #### 🐛 Bug Fix diff --git a/packages/plugin-fisheye/CHANGELOG.md b/packages/plugin-fisheye/CHANGELOG.md index 26394e0ff..25346d5cc 100644 --- a/packages/plugin-fisheye/CHANGELOG.md +++ b/packages/plugin-fisheye/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.16.2 (Thu Sep 15 2022) + +#### 📝 Documentation + +- added the "e" back to @jimp/plugin-fisheye [#947](https://github.com/oliver-moran/jimp/pull/947) ([@mynameismax](https://github.com/mynameismax)) + +#### Authors: 1 + +- Max ([@mynameismax](https://github.com/mynameismax)) + +--- + # v0.11.0 (Fri May 15 2020) #### 🚀 Enhancement diff --git a/packages/type-jpeg/CHANGELOG.md b/packages/type-jpeg/CHANGELOG.md index 42d4bdc71..14710629b 100644 --- a/packages/type-jpeg/CHANGELOG.md +++ b/packages/type-jpeg/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.16.2 (Thu Sep 15 2022) + +#### 🐛 Bug Fix + +- Bump jpeg-js over 0.4.4 to avoid cve-2022-25851 [#1093](https://github.com/oliver-moran/jimp/pull/1093) ([@melhadad](https://github.com/melhadad)) + +#### Authors: 1 + +- Michael Elhadad ([@melhadad](https://github.com/melhadad)) + +--- + # v0.16.1 (Fri Aug 28 2020) #### 🐛 Bug Fix