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",