Skip to content

Commit 785cebb

Browse files
chore(release): 1.34.0 [skip ci]
# [1.34.0](v1.33.7...v1.34.0) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([08a6820](08a6820)) * continue if property is $options ([ea10a5a](ea10a5a)) * handling $inc operator update ([2260162](2260162)) * svg icon class ([edef3c2](edef3c2)) ### Features * suport options for regex operator ([78a3c4d](78a3c4d))
1 parent 08a6820 commit 785cebb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.34.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.33.7...v1.34.0) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([08a6820](https://github.com/CoCreate-app/CoCreate-utils/commit/08a68208699370ba5bef8fce082d9d038837f28d))
7+
* continue if property is $options ([ea10a5a](https://github.com/CoCreate-app/CoCreate-utils/commit/ea10a5a2dce77390cf3aced0f881e66ad8b5df16))
8+
* handling $inc operator update ([2260162](https://github.com/CoCreate-app/CoCreate-utils/commit/22601620df4a2aaaa0f16b00e907bbe6b164b315))
9+
* svg icon class ([edef3c2](https://github.com/CoCreate-app/CoCreate-utils/commit/edef3c2bc9cd98f9c60c60b7a783d83473f3dd9a))
10+
11+
12+
### Features
13+
14+
* suport options for regex operator ([78a3c4d](https://github.com/CoCreate-app/CoCreate-utils/commit/78a3c4d33e7e6d8ec957d94e92a1b740865e0307))
15+
116
## [1.33.7](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.33.6...v1.33.7) (2024-04-29)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.33.7",
3+
"version": "1.34.0",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",
@@ -57,4 +57,4 @@
5757
"webpack-cli": "^4.5.0",
5858
"webpack-log": "^3.0.1"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)