Skip to content

Commit 6c3a188

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2023-03-16) ### Bug Fixes * bump dependencies' ([d74eed4](d74eed4))
1 parent d74eed4 commit 6c3a188

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.2](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.4.1...v1.4.2) (2023-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies' ([d74eed4](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/d74eed47fff50d2a86f75ec9f316c7a06d39dfb9))
7+
18
## [1.4.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.4.0...v1.4.1) (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.1",
3+
"version": "1.4.2",
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.1",
6666
"@cocreate/utils": "^1.19.1"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)