diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cdb91c3..26746efdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.6](https://github.com/kevinchappell/formBuilder/compare/v3.10.5...v3.10.6) (2023-09-21) + + +### Bug Fixes + +* Due to recursion protection GitHub actions does not trigger the publish event when the release is created via another action. Instead use the workflow_run event to chain Publish with Deploy Website ([a702686](https://github.com/kevinchappell/formBuilder/commit/a702686770e526bbfa6c69b5b255ef52399f630b)) + ## [3.10.5](https://github.com/kevinchappell/formBuilder/compare/v3.10.4...v3.10.5) (2023-09-21) diff --git a/package-lock.json b/package-lock.json index d6e255e4c..c0dc65717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formBuilder", - "version": "3.10.5", + "version": "3.10.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "formBuilder", - "version": "3.10.5", + "version": "3.10.6", "license": "MIT", "dependencies": { "jquery": ">=3.4.1", diff --git a/package.json b/package.json index 8d64e4da2..77d721739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formBuilder", - "version": "3.10.5", + "version": "3.10.6", "main": "dist/form-builder.min.js", "homepage": "https://formbuilder.online/", "repository": {