Skip to content

Commit c386a2f

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2022-11-21) ### Bug Fixes * add @cocreate/crud-client ([ffeeef3](ffeeef3)) * crud.getAttr renamed to crud.getAttributes ([b51f672](b51f672)) ### Features * textarea attribute value support ([ce13d5a](ce13d5a))
1 parent ce13d5a commit c386a2f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.0.0...v1.1.0) (2022-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add @cocreate/crud-client ([ffeeef3](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/ffeeef3b3effb8fce00aeb5d17c4ffaf8a72ba13))
7+
* crud.getAttr renamed to crud.getAttributes ([b51f672](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/b51f672c3919b82bf6c541b34506aad96ec2529f))
8+
9+
10+
### Features
11+
12+
* textarea attribute value support ([ce13d5a](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/ce13d5a4d7b483838f5b111cfd966e4f621846ee))
13+
114
# 1.0.0 (2022-10-29)
215

316

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.0.0",
3+
"version": "1.1.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)