Skip to content

Commit 741ad1f

Browse files
chore(release): 1.39.0 [skip ci]
# [1.39.0](v1.38.0...v1.39.0) (2025-04-30) ### Bug Fixes * added css-loader ([6c004bb](6c004bb)) * code comments ([ecfffef](ecfffef)) * queryTypesRegex ([ffb701a](ffb701a)) * update query attributes ([b55cb88](b55cb88)) * updated cocreate modules versions ([c5159ba](c5159ba)) * webpack.config and devdependencies ([3069907](3069907)) ### Features * New helper functions ([7bd41b8](7bd41b8))
1 parent 6c004bb commit 741ad1f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.39.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.38.0...v1.39.0) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([6c004bb](https://github.com/CoCreate-app/CoCreate-utils/commit/6c004bb47bea3034717bfd728bd4eb4b12a01fa3))
7+
* code comments ([ecfffef](https://github.com/CoCreate-app/CoCreate-utils/commit/ecfffef9b4a45aaec0fb88d155ee3a4b3c846e9a))
8+
* queryTypesRegex ([ffb701a](https://github.com/CoCreate-app/CoCreate-utils/commit/ffb701af15bec5e369b99f2166bfc8d849a1d6fd))
9+
* update query attributes ([b55cb88](https://github.com/CoCreate-app/CoCreate-utils/commit/b55cb88f31048b4dc92b0087949aa5a7b61dae7f))
10+
* updated cocreate modules versions ([c5159ba](https://github.com/CoCreate-app/CoCreate-utils/commit/c5159ba91c6e17e0a3abe9a26a1070256b1386d8))
11+
* webpack.config and devdependencies ([3069907](https://github.com/CoCreate-app/CoCreate-utils/commit/306990780e38edf216d79e3a26a79a569c84b628))
12+
13+
14+
### Features
15+
16+
* New helper functions ([7bd41b8](https://github.com/CoCreate-app/CoCreate-utils/commit/7bd41b84cad45780370abe8b9d89d16aadb7213e))
17+
118
# [1.38.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.37.3...v1.38.0) (2025-04-11)
219

320

package.json

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

0 commit comments

Comments
 (0)