Skip to content

Commit 9b7c581

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2023-03-16) ### Bug Fixes * bump dependencies' ([83a8138](83a8138))
1 parent 83a8138 commit 9b7c581

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.4.0...v1.4.1) (2023-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies' ([83a8138](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/83a8138ebeaf7fc550869a4e493db6579ac104cc))
7+
18
# [1.4.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.3.54...v1.4.0) (2023-03-16)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"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.",
55
"keywords": [
66
"conditional-logic",
@@ -65,4 +65,4 @@
6565
"@cocreate/observer": "^1.6.0",
6666
"@cocreate/utils": "^1.19.0"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)