From b0619ee12ed401639829a02175b239f254036b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:11:09 +0800 Subject: [PATCH] chore(main): release 0.11.0 (#55) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9acc5..c8f0389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/hugomods/images/compare/v0.10.1...v0.11.0) (2024-06-18) + + +### Features ✨ + +* allow specifying quality for resize method ([#54](https://github.com/hugomods/images/issues/54)) ([c7524e3](https://github.com/hugomods/images/commit/c7524e3a196931d3962bdd06b45fc72aab34437b)) + ## [0.10.1](https://github.com/hugomods/images/compare/v0.10.0...v0.10.1) (2024-03-15)