From 22873d650cceda5aa3278d8b024026e7239859ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:39:21 +0000 Subject: [PATCH] chore(main): release gulp-sharp 1.0.0 --- .release-please-manifest.json | 2 +- plugins/gulp-sharp/CHANGELOG.md | 8 ++++++++ plugins/gulp-sharp/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 plugins/gulp-sharp/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..93d5c13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{"plugins/gulp-sharp":"1.0.0"} \ No newline at end of file diff --git a/plugins/gulp-sharp/CHANGELOG.md b/plugins/gulp-sharp/CHANGELOG.md new file mode 100644 index 0000000..7bc77c6 --- /dev/null +++ b/plugins/gulp-sharp/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2025-02-24) + + +### Features + +* **gulp-sharp:** add `gulp-sharp` plugin ([#1](https://github.com/forwardsoftware/gulp-plugins/issues/1)) ([4f833cc](https://github.com/forwardsoftware/gulp-plugins/commit/4f833ccca54ceb2fe03d9d024970291f9c03692a)) diff --git a/plugins/gulp-sharp/package.json b/plugins/gulp-sharp/package.json index b5f25f7..1843cca 100644 --- a/plugins/gulp-sharp/package.json +++ b/plugins/gulp-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/gulp-sharp", - "version": "0.0.1", + "version": "1.0.0", "description": "Custom plugin for gulp toolkit to convert images using sharp library", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT",