diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3f7df1a..4d11741ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# v0.9.6 (Wed Mar 18 2020) + +#### 🐛 Bug Fix + +- `jimp` + - upgrade auto [#860](https://github.com/oliver-moran/jimp/pull/860) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- `@jimp/core` + - Relax mkdirp dependency to allow newer minimist [#857](https://github.com/oliver-moran/jimp/pull/857) ([@Den-dp](https://github.com/Den-dp)) + +#### 🏠 Internal + +- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn)) + +#### Authors: 3 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn)) +- Denis Bendrikov ([@Den-dp](https://github.com/Den-dp)) + +--- + # v0.9.5 (Tue Mar 03 2020) #### 🐛 Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 46b829756..695e82730 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.9.6 (Wed Mar 18 2020) + +#### 🐛 Bug Fix + +- Relax mkdirp dependency to allow newer minimist [#857](https://github.com/oliver-moran/jimp/pull/857) ([@Den-dp](https://github.com/Den-dp)) + +#### 🏠 Internal + +- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn)) + +#### Authors: 2 + +- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn)) +- Denis Bendrikov ([@Den-dp](https://github.com/Den-dp)) + +--- + # v0.9.3 (Tue Nov 26 2019) #### 🐛 Bug Fix diff --git a/packages/custom/CHANGELOG.md b/packages/custom/CHANGELOG.md index 36ecda1a0..43beb01b5 100644 --- a/packages/custom/CHANGELOG.md +++ b/packages/custom/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.9.6 (Wed Mar 18 2020) + +#### 🏠 Internal + +- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn)) + +#### Authors: 1 + +- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn)) + +--- + # v0.9.3 (Tue Nov 26 2019) #### 🐛 Bug Fix diff --git a/packages/jimp/CHANGELOG.md b/packages/jimp/CHANGELOG.md index 36ecda1a0..d5a1f1eb5 100644 --- a/packages/jimp/CHANGELOG.md +++ b/packages/jimp/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.9.6 (Wed Mar 18 2020) + +#### 🐛 Bug Fix + +- upgrade auto [#860](https://github.com/oliver-moran/jimp/pull/860) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🏠 Internal + +- Fix TypeScript error on 'next' [#858](https://github.com/oliver-moran/jimp/pull/858) ([@crutchcorn](https://github.com/crutchcorn)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Corbin Crutchley ([@crutchcorn](https://github.com/crutchcorn)) + +--- + # v0.9.3 (Tue Nov 26 2019) #### 🐛 Bug Fix