Skip to content

Commit aec07b2

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2023-03-16) ### Bug Fixes * bump dependencies' ([81d990f](81d990f)) * removed get-value attribute ([1ed3e7c](1ed3e7c))
1 parent 81d990f commit aec07b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.6.0...v1.6.1) (2023-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies' ([81d990f](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/81d990f792739282d251a6cfbef5787a3a283e3b))
7+
* removed get-value attribute ([1ed3e7c](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/1ed3e7c0746a06f8880f4551f0d7ab6f5930e855))
8+
19
# [1.6.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.5.0...v1.6.0) (2023-03-16)
210

311

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.6.0",
3+
"version": "1.6.1",
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",
@@ -64,4 +64,4 @@
6464
"@cocreate/hosting": "^1.8.0",
6565
"@cocreate/utils": "^1.19.0"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)