Skip to content

Commit 2254dc9

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.0...v1.16.0) (2023-11-25) ### Bug Fixes * update licensing details ([4aeb6f8](4aeb6f8)) ### Features * upgrade dependencies for latest features and fixes ([0a04fc1](0a04fc1))
1 parent 0a04fc1 commit 2254dc9

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.16.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.15.0...v1.16.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update licensing details ([4aeb6f8](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/4aeb6f88f74467e09e68f10187eef534d2b95395))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([0a04fc1](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/0a04fc1a9d64bd47aa92848f93f851d10ab213a1))
12+
113
# [1.15.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.14.1...v1.15.0) (2023-11-25)
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.15.0",
3+
"version": "1.16.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.29.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)