Skip to content

Commit d2b671c

Browse files
chore(release): 1.23.4 [skip ci]
## [1.23.4](v1.23.3...v1.23.4) (2025-04-30) ### Bug Fixes * added css-loader ([b0dd656](b0dd656)) * observer name creation to define for addedNodes and attributes ([b66cfb3](b66cfb3)) * testing executeEndpoint ([f1e208f](f1e208f)) * update query attributes ([3059ea9](3059ea9)) * updated cocreate modules versions ([d307fd9](d307fd9)) * webpack.config and devdependencies ([0e34c13](0e34c13))
1 parent f1e208f commit d2b671c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.23.4](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.23.3...v1.23.4) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([b0dd656](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/b0dd65637000ca8f910b72b278a3b1d4da011c24))
7+
* observer name creation to define for addedNodes and attributes ([b66cfb3](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/b66cfb3d2a2aacb26c732a2caffcecacd8e5c1ee))
8+
* testing executeEndpoint ([f1e208f](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/f1e208ff61493f0cfca796df1a8a5fefdd11ebf7))
9+
* update query attributes ([3059ea9](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/3059ea935d4be4d47b0f37d7f3496303c9426698))
10+
* updated cocreate modules versions ([d307fd9](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/d307fd9f9f5bdf6d8d35359de7e0b37a413b9e92))
11+
* webpack.config and devdependencies ([0e34c13](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/0e34c136ccd639362094af97c333bd0f8a715484))
12+
113
## [1.23.3](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.23.2...v1.23.3) (2025-04-11)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/lazy-loader",
3-
"version": "1.23.3",
3+
"version": "1.23.4",
44
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"lazy-loader",

0 commit comments

Comments
 (0)