Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent 2d0d582 commit 2ebea89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.12.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.4...v1.12.0) (2024-11-04)


### Bug Fixes

* observer taget has been renamed to selector ([f9faf16](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f9faf16a983bb2426c833227fb5d731ff7033bdf))
* pretier.config.js and file formating ([2d0d582](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2d0d5826cedf77241499d8c0cf57567ed538a007))


### Features

* add prettier.config.js and format files ([8c6e49b](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/8c6e49b0b6f77c7eb00ac912f6b3582cb21d663e))
* add prettier.config.js and format files ([8ac6997](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/8ac699743762d86ec2b94d1523cf9d33e183b647))

## [1.11.4](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.3...v1.11.4) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/conditional-logic",
"version": "1.11.4",
"version": "1.12.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",
Expand Down

0 comments on commit 2ebea89

Please sign in to comment.