From 3cc28a6806d6e66ff208dcfa78c011124826c098 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 May 2023 18:41:46 +0000 Subject: [PATCH] chore(release): 1.5.11 [skip ci] ## [1.5.11](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.10...v1.5.11) (2023-05-21) ### Bug Fixes * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([ffdce7a](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/ffdce7a02de4c5709ad7f570686949169f6a55ee)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600058d..26b0399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.11](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.10...v1.5.11) (2023-05-21) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([ffdce7a](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/ffdce7a02de4c5709ad7f570686949169f6a55ee)) + ## [1.5.10](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.9...v1.5.10) (2023-05-19) diff --git a/package.json b/package.json index 32fbb13..d5518a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/conditional-logic", - "version": "1.5.10", + "version": "1.5.11", "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", @@ -64,4 +64,4 @@ "@cocreate/observer": "^1.7.9", "@cocreate/utils": "^1.20.9" } -} \ No newline at end of file +}