Skip to content

Commit 26c486e

Browse files
chore(main): release gulp-sharp 1.0.1 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94a9c1e commit 26c486e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"plugins/gulp-sharp":"1.0.0"}
1+
{"plugins/gulp-sharp":"1.0.1"}

plugins/gulp-sharp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/forwardsoftware/gulp-plugins/compare/gulp-sharp-v1.0.0...gulp-sharp-v1.0.1) (2025-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **gulp-sharp:** update transformer function passed to `gulpPlugin` to always return a Promise ([94a9c1e](https://github.com/forwardsoftware/gulp-plugins/commit/94a9c1e84a235caceef59459114bfa99d87be773))
10+
311
## 1.0.0 (2025-02-24)
412

513

plugins/gulp-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forward-software/gulp-sharp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Custom plugin for gulp toolkit to convert images using sharp library",
55
"author": "ForWarD Software (https://forwardsoftware.solutions/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)