diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4458660..054e7c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"plugins/gulp-sharp":"1.0.2","plugins/gulp-browser-sync":"1.0.0"} \ No newline at end of file +{"plugins/gulp-sharp":"1.0.2","plugins/gulp-browser-sync":"1.0.1"} \ No newline at end of file diff --git a/plugins/gulp-browser-sync/CHANGELOG.md b/plugins/gulp-browser-sync/CHANGELOG.md index 332753e..8b3024e 100644 --- a/plugins/gulp-browser-sync/CHANGELOG.md +++ b/plugins/gulp-browser-sync/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/forwardsoftware/gulp-plugins/compare/gulp-browser-sync-v1.0.0...gulp-browser-sync-v1.0.1) (2025-12-19) + + +### Bug Fixes + +* **gulp-browser-sync:** Fix TypeError when browserReload called without callback ([#76](https://github.com/forwardsoftware/gulp-plugins/issues/76)) ([4090562](https://github.com/forwardsoftware/gulp-plugins/commit/409056298c3f20334d413618d307f8a148f3b55d)) + ## 1.0.0 (2025-04-16) diff --git a/plugins/gulp-browser-sync/package.json b/plugins/gulp-browser-sync/package.json index f065680..ed187f7 100644 --- a/plugins/gulp-browser-sync/package.json +++ b/plugins/gulp-browser-sync/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/gulp-browser-sync", - "version": "1.0.0", + "version": "1.0.1", "description": "Custom plugin for gulp toolkit to setup a browser that can be auto-refreshed when files change", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT",