Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0](v1.23.0...v1.24.0) (2024-06-12)

### Bug Fixes

* bump cocreate dependencies ([96ec548](96ec548))
* svg icon class ([549313d](549313d))

### Features

* improved handling of valueType outerHtml ([de39d50](de39d50))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent 96ec548 commit b5122c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.24.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.23.0...v1.24.0) (2024-06-12)


### Bug Fixes

* bump cocreate dependencies ([96ec548](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/96ec548571909ded9e59fdba8be52164538a6696))
* svg icon class ([549313d](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/549313d1b874189bb7a32660059943fce4177cdf))


### Features

* improved handling of valueType outerHtml ([de39d50](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/de39d502e2fcd1f910826433109c466184cc5b83))

# [1.23.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.22.3...v1.23.0) (2024-05-08)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/element-prototype",
"version": "1.23.0",
"version": "1.24.0",
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"element-prototype",
Expand Down Expand Up @@ -58,4 +58,4 @@
"webpack-log": "^3.0.1"
},
"dependencies": {}
}
}

0 comments on commit b5122c1

Please sign in to comment.