Skip to content

Commit

Permalink
chore(release): 1.5.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.7](v1.5.6...v1.5.7) (2021-08-18)

### Bug Fixes

* canvas uses existing iframe rather than replacing ([b68b224](b68b224))
* double clicking to make element content editable and vdom init ([ef4350f](ef4350f))
* removed devwebpackconfig ([0ea4db2](0ea4db2))
  • Loading branch information
semantic-release-bot committed Aug 18, 2021
1 parent a13460b commit 27a1957
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.7](https://github.com/CoCreate-app/CoCreate-builder/compare/v1.5.6...v1.5.7) (2021-08-18)


### Bug Fixes

* canvas uses existing iframe rather than replacing ([b68b224](https://github.com/CoCreate-app/CoCreate-builder/commit/b68b2244624e3af4c4d2ed7d453266683bf4cf2c))
* double clicking to make element content editable and vdom init ([ef4350f](https://github.com/CoCreate-app/CoCreate-builder/commit/ef4350f3a9071711a3b3a44bf46089d48918f799))
* removed devwebpackconfig ([0ea4db2](https://github.com/CoCreate-app/CoCreate-builder/commit/0ea4db2b8bd4e8edaf4dba8f3d6bcd347f1a9393))

## [1.5.6](https://github.com/CoCreate-app/CoCreate-builder/compare/v1.5.5...v1.5.6) (2021-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/builder",
"version": "1.5.6",
"version": "1.5.7",
"description": "A simple builder component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"builder",
Expand Down

0 comments on commit 27a1957

Please sign in to comment.