Skip to content

Commit bb64188

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.8...v1.12.0) (2023-11-03) ### Bug Fixes * favicon.ico path ([7570a08](7570a08)) * update dependencies to the lates versions ([871484a](871484a)) ### Features * converts input type date to systems local date timezone ([4235ceb](4235ceb))
1 parent 871484a commit bb64188

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.11.8...v1.12.0) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([7570a08](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/7570a0887e2aefac5f8f52d8b98a33f377c49183))
7+
* update dependencies to the lates versions ([871484a](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/871484ab69816515ca968599c72bc23432e1f6e0))
8+
9+
10+
### Features
11+
12+
* converts input type date to systems local date timezone ([4235ceb](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/4235ceb2ddb1a9aca026864a53c2418ff47b3d52))
13+
114
## [1.11.8](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.11.7...v1.11.8) (2023-10-25)
215

316

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.11.8",
3+
"version": "1.12.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.26.2"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)