diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c7902..9cd49a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.2](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.1...v1.11.2) (2024-04-29) + + +### Bug Fixes + +* bump cocreate dependencies ([4eff16d](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/4eff16d4c755b45020ead96a0594dec8c24da391)) + ## [1.11.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.0...v1.11.1) (2024-02-05) diff --git a/package.json b/package.json index 0219299..562c2fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/conditional-logic", - "version": "1.11.1", + "version": "1.11.2", "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", @@ -62,4 +62,4 @@ "@cocreate/observer": "^1.16.0", "@cocreate/utils": "^1.33.6" } -} \ No newline at end of file +}