From 0c5ed60fc0abe7585ef80d46687521e1b0c5f766 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 23:40:12 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.10.0...v1.11.0) (2023-11-25) ### Features * upgrade dependencies for latest features and fixes ([e8ff40f](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/e8ff40fd1737976ae14237407aad49937e72cd39)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b357e6..f88e6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.10.0...v1.11.0) (2023-11-25) + + +### Features + +* upgrade dependencies for latest features and fixes ([e8ff40f](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/e8ff40fd1737976ae14237407aad49937e72cd39)) + # [1.10.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.9.0...v1.10.0) (2023-11-25) diff --git a/package.json b/package.json index 9af0147..a2de7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/conditional-logic", - "version": "1.10.0", + "version": "1.11.0", "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.14.0", "@cocreate/utils": "^1.29.0" } -} \ No newline at end of file +}