Skip to content

Commit dc745ed

Browse files
chore(release): 1.13.2 [skip ci]
## [1.13.2](v1.13.1...v1.13.2) (2023-11-16) ### Bug Fixes * if value is the same do not set ([ee8538d](ee8538d)) * try catch valueType object or json ([bdc6e8a](bdc6e8a))
1 parent ee8538d commit dc745ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.13.2](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.13.1...v1.13.2) (2023-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* if value is the same do not set ([ee8538d](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/ee8538d684ab759cc131e1f785b5d80f610557eb))
7+
* try catch valueType object or json ([bdc6e8a](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/bdc6e8ae951c62351f70a20c9c85b329b5dae545))
8+
19
## [1.13.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.13.0...v1.13.1) (2023-11-12)
210

311

package.json

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

0 commit comments

Comments
 (0)