diff --git a/CHANGELOG.md b/CHANGELOG.md index a40c795..3979207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.29](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.28...v1.8.29) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([3cec8b8](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/3cec8b8b44d227cc7af1f7a38b59098fa7fdad2d)) + ## [1.8.28](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.27...v1.8.28) (2023-06-11) diff --git a/package.json b/package.json index 1660d3c..a22df46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/element-prototype", - "version": "1.8.28", + "version": "1.8.29", "description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "element-prototype", @@ -61,4 +61,4 @@ "@cocreate/cli": "^1.33.8", "@cocreate/utils": "^1.21.14" } -} \ No newline at end of file +}