Skip to content

Commit e68db11

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.1...v1.15.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([66fa12e](66fa12e)) ### Features * upgrade dependencies for latest features and fixes ([0ddf814](0ddf814))
1 parent 0ddf814 commit e68db11

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.14.1...v1.15.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([66fa12e](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/66fa12e5081566507d71da273da654d96c3b4b96))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([0ddf814](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/0ddf814a498565331edb886bb69e9aeaccfb9655))
12+
113
## [1.14.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.14.0...v1.14.1) (2023-11-22)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.14.1",
3+
"version": "1.15.0",
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",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/utils": "^1.28.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)