Skip to content

Commit

Permalink
chore(release): 1.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.26.0](v1.25.0...v1.26.0) (2024-09-21)

### Bug Fixes

* removed commented code ([67b9cb4](67b9cb4))
* valueType default empty string to support startsWith ([4515bc2](4515bc2))

### Features

* if value-type object and parse fails snitizze to remove any string outside of object and attempt parse again ([9344106](9344106))
* value-type array.$keys array.$value and array.$entries will return an array from object ([25df40d](25df40d))
  • Loading branch information
semantic-release-bot committed Sep 21, 2024
1 parent 4515bc2 commit cd9aa55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.26.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.25.0...v1.26.0) (2024-09-21)


### Bug Fixes

* removed commented code ([67b9cb4](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/67b9cb43a399b0c856ac8c285b4aa13d3ea93859))
* valueType default empty string to support startsWith ([4515bc2](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/4515bc2b6a1466eca1d210692002977fa6113540))


### Features

* if value-type object and parse fails snitizze to remove any string outside of object and attempt parse again ([9344106](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/93441066dc255bb5becc85594bc5c3d11c1766d5))
* value-type array.$keys array.$value and array.$entries will return an array from object ([25df40d](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/25df40d1adbbff43f06029b9a22e29f9ec4371c4))

# [1.25.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.24.1...v1.25.0) (2024-08-24)


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/element-prototype",
"version": "1.25.0",
"version": "1.26.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

0 comments on commit cd9aa55

Please sign in to comment.