Skip to content

Commit 2ebea89

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.4...v1.12.0) (2024-11-04) ### Bug Fixes * observer taget has been renamed to selector ([f9faf16](f9faf16)) * pretier.config.js and file formating ([2d0d582](2d0d582)) ### Features * add prettier.config.js and format files ([8c6e49b](8c6e49b)) * add prettier.config.js and format files ([8ac6997](8ac6997))
1 parent 2d0d582 commit 2ebea89

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.4...v1.12.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* observer taget has been renamed to selector ([f9faf16](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f9faf16a983bb2426c833227fb5d731ff7033bdf))
7+
* pretier.config.js and file formating ([2d0d582](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2d0d5826cedf77241499d8c0cf57567ed538a007))
8+
9+
10+
### Features
11+
12+
* add prettier.config.js and format files ([8c6e49b](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/8c6e49b0b6f77c7eb00ac912f6b3582cb21d663e))
13+
* add prettier.config.js and format files ([8ac6997](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/8ac699743762d86ec2b94d1523cf9d33e183b647))
14+
115
## [1.11.4](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.3...v1.11.4) (2024-06-12)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.11.4",
3+
"version": "1.12.0",
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",

0 commit comments

Comments
 (0)