From d4793c84385e66418ba4005e5bcc00c573e9c886 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 21:45:24 +0000 Subject: [PATCH] chore(release): 1.5.26 [skip ci] ## [1.5.26](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.25...v1.5.26) (2023-06-11) ### Bug Fixes * testing workflow ([f7a4d49](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f7a4d49c9e0b871472f61aa1c09172c5e2f248d2)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b6cc8..c05d061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.26](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.25...v1.5.26) (2023-06-11) + + +### Bug Fixes + +* testing workflow ([f7a4d49](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f7a4d49c9e0b871472f61aa1c09172c5e2f248d2)) + ## [1.5.25](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.24...v1.5.25) (2023-06-11) diff --git a/package.json b/package.json index a26b547..f03fd43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/conditional-logic", - "version": "1.5.25", + "version": "1.5.26", "description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.", "keywords": [ "conditional-logic", @@ -63,4 +63,4 @@ "@cocreate/observer": "^1.8.15", "@cocreate/utils": "^1.21.12" } -} \ No newline at end of file +}