From d332b16a615de83d29f37725c7ac151beb1c88df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:03:23 +0000 Subject: [PATCH] chore(main): release gulp-sharp 1.0.1 --- .release-please-manifest.json | 2 +- plugins/gulp-sharp/CHANGELOG.md | 8 ++++++++ plugins/gulp-sharp/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93d5c13..1ee1ee5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"plugins/gulp-sharp":"1.0.0"} \ No newline at end of file +{"plugins/gulp-sharp":"1.0.1"} \ No newline at end of file diff --git a/plugins/gulp-sharp/CHANGELOG.md b/plugins/gulp-sharp/CHANGELOG.md index 7bc77c6..85c77be 100644 --- a/plugins/gulp-sharp/CHANGELOG.md +++ b/plugins/gulp-sharp/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/forwardsoftware/gulp-plugins/compare/gulp-sharp-v1.0.0...gulp-sharp-v1.0.1) (2025-02-25) + + +### Bug Fixes + +* **gulp-sharp:** update return value for `gulpPlugin` utility method ([#3](https://github.com/forwardsoftware/gulp-plugins/issues/3)) ([94a9c1e](https://github.com/forwardsoftware/gulp-plugins/commit/94a9c1e84a235caceef59459114bfa99d87be773)) +* **gulp-sharp:** update transformer function passed to `gulpPlugin` to always return a Promise ([94a9c1e](https://github.com/forwardsoftware/gulp-plugins/commit/94a9c1e84a235caceef59459114bfa99d87be773)) + ## 1.0.0 (2025-02-24) diff --git a/plugins/gulp-sharp/package.json b/plugins/gulp-sharp/package.json index 1843cca..13804b2 100644 --- a/plugins/gulp-sharp/package.json +++ b/plugins/gulp-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/gulp-sharp", - "version": "1.0.0", + "version": "1.0.1", "description": "Custom plugin for gulp toolkit to convert images using sharp library", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT",