Skip to content

Commit d936ff9

Browse files
chore(release): 1.4.12 [skip ci]
## [1.4.12](v1.4.11...v1.4.12) (2023-06-02) ### Bug Fixes * format demo html ([9c18e5f](9c18e5f)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([d18c0b1](d18c0b1))
1 parent 9c18e5f commit d936ff9

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.4.12](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.4.11...v1.4.12) (2023-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* format demo html ([9c18e5f](https://github.com/CoCreate-app/CoCreate-clone/commit/9c18e5f13808b0981e3b73c8173e22fc777c8f9a))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([d18c0b1](https://github.com/CoCreate-app/CoCreate-clone/commit/d18c0b12ea86c27b81279c792bb7242e6da6d8b9))
8+
19
## [1.4.11](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.4.10...v1.4.11) (2023-05-21)
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/clone",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"description": "Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"clone-elements",
@@ -67,4 +67,4 @@
6767
"@cocreate/render": "^1.24.13",
6868
"@cocreate/uuid": "^1.4.11"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)