Skip to content

Commit 2df27e2

Browse files
chore(release): 1.45.1 [skip ci]
## [1.45.1](v1.45.0...v1.45.1) (2025-04-11) ### Bug Fixes * dispatch end event on action element rather than document ([fc2af4c](fc2af4c)) * update observer observe param to type and and attributeName to attributeFilter ([75267ef](75267ef))
1 parent 75267ef commit 2df27e2

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.45.1](https://github.com/CoCreate-app/CoCreate-render/compare/v1.45.0...v1.45.1) (2025-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* dispatch end event on action element rather than document ([fc2af4c](https://github.com/CoCreate-app/CoCreate-render/commit/fc2af4cb61bf3dc2ae68cd2ee695aae36c09a564))
7+
* update observer observe param to type and and attributeName to attributeFilter ([75267ef](https://github.com/CoCreate-app/CoCreate-render/commit/75267efb9b20bd631ef005ec151e137e3451da77))
8+
19
# [1.45.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.44.0...v1.45.0) (2024-12-14)
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/render",
3-
"version": "1.45.0",
3+
"version": "1.45.1",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",

0 commit comments

Comments
 (0)