Skip to content

Commit 8e06a97

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.6...v1.7.0) (2023-04-13) ### Features * setValue checks for prefix and suffix and removes them from value prior to setting value ([41cd87d](41cd87d)) * support value-type array ([05715a3](05715a3))
1 parent 41cd87d commit 8e06a97

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.7.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.6.6...v1.7.0) (2023-04-13)
2+
3+
4+
### Features
5+
6+
* setValue checks for prefix and suffix and removes them from value prior to setting value ([41cd87d](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/41cd87d28d9f77524917516bb4de76dc13ec78d5))
7+
* support value-type array ([05715a3](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/05715a38a6601fe0dc8fdde7e027d29a26aaf49d))
8+
19
## [1.6.6](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.6.5...v1.6.6) (2023-04-11)
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.6.6",
3+
"version": "1.7.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",

0 commit comments

Comments
 (0)