Skip to content

Commit 20dfa6c

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.3...v1.13.0) (2024-11-04) ### Bug Fixes * check element for crud functions prior to execution ([acecd5c](acecd5c)) * observer taget has been renamed to selector ([31b15ad](31b15ad)) * pretier.config.js and file formating ([e8a12f3](e8a12f3)) ### Features * add prettier.config.js and format files ([e7b94d9](e7b94d9)) * add prettier.config.js and format files ([86c5494](86c5494))
1 parent e8a12f3 commit 20dfa6c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-pickr/compare/v1.12.3...v1.13.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* check element for crud functions prior to execution ([acecd5c](https://github.com/CoCreate-app/CoCreate-pickr/commit/acecd5c0537f034f2c901b35092350234206ad41))
7+
* observer taget has been renamed to selector ([31b15ad](https://github.com/CoCreate-app/CoCreate-pickr/commit/31b15ad6ab81dd1e8bb1af5d3f4dc8157b170cc8))
8+
* pretier.config.js and file formating ([e8a12f3](https://github.com/CoCreate-app/CoCreate-pickr/commit/e8a12f3ee964f2600eb0a65914589c47e5aa94f7))
9+
10+
11+
### Features
12+
13+
* add prettier.config.js and format files ([e7b94d9](https://github.com/CoCreate-app/CoCreate-pickr/commit/e7b94d93fec079fd4a94d01708553bf593216a53))
14+
* add prettier.config.js and format files ([86c5494](https://github.com/CoCreate-app/CoCreate-pickr/commit/86c549411499aa9b505ac59f2b61c54a05cafa5b))
15+
116
## [1.12.3](https://github.com/CoCreate-app/CoCreate-pickr/compare/v1.12.2...v1.12.3) (2024-06-12)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/pickr",
3-
"version": "1.12.3",
3+
"version": "1.13.0",
44
"description": "A simple pickr component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"pickr",

0 commit comments

Comments
 (0)