Skip to content

Commit 7f0cad4

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2021-08-02) ### Bug Fixes * remove data- from attributes ([3eedbe8](3eedbe8)) * update data-fullscreen to fullscreen ([e488b52](e488b52))
1 parent 3eedbe8 commit 7f0cad4

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.1.2](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.1.1...v1.1.2) (2021-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from attributes ([3eedbe8](https://github.com/CoCreate-app/CoCreate-clone/commit/3eedbe8a9f54085e39dcb24b07e4b87d3a7314ea))
7+
* update data-fullscreen to fullscreen ([e488b52](https://github.com/CoCreate-app/CoCreate-clone/commit/e488b5294c91bcf72d3aa3c09255e125349e6e85))
8+
19
## [1.1.1](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.1.0...v1.1.1) (2021-07-28)
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/clone",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Clone an html element by #id, identify targeted elements using data-clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"clone-elements",

0 commit comments

Comments
 (0)