Skip to content

Commit e1f1120

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.4...v1.15.0) (2024-11-04) ### Bug Fixes * check target before querying ([ab39d6f](ab39d6f)) * formating ([d63db50](d63db50)) * observer taget has been renamed to selector ([5e6c34a](5e6c34a)) * pretier.config.js and file formating ([d041a13](d041a13)) ### Features * add prettier.config.js and format files ([f7de120](f7de120))
1 parent d041a13 commit e1f1120

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.14.4...v1.15.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* check target before querying ([ab39d6f](https://github.com/CoCreate-app/CoCreate-attributes/commit/ab39d6f7aade3e7d9ad639e7b0330c1eddf006ee))
7+
* formating ([d63db50](https://github.com/CoCreate-app/CoCreate-attributes/commit/d63db502bbc30bb90d4f4e67840bff86872b12ed))
8+
* observer taget has been renamed to selector ([5e6c34a](https://github.com/CoCreate-app/CoCreate-attributes/commit/5e6c34a8b3cef5981e9ed31cd551b6004b8c813f))
9+
* pretier.config.js and file formating ([d041a13](https://github.com/CoCreate-app/CoCreate-attributes/commit/d041a138df4fb8cdf4e144c6f840d991df240b9c))
10+
11+
12+
### Features
13+
14+
* add prettier.config.js and format files ([f7de120](https://github.com/CoCreate-app/CoCreate-attributes/commit/f7de120a9823763915b1a7b26c766266e407d4a2))
15+
116
## [1.14.4](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.14.3...v1.14.4) (2024-08-24)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/attributes",
3-
"version": "1.14.4",
3+
"version": "1.15.0",
44
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"cocreate",

0 commit comments

Comments
 (0)