Skip to content

Commit 3916f8d

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([9418a17](9418a17)) * webpack.config and devdependencies ([699bdd7](699bdd7))
1 parent 9418a17 commit 3916f8d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-cron-jobs/compare/v1.2.0...v1.2.1) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([9418a17](https://github.com/CoCreate-app/CoCreate-cron-jobs/commit/9418a171dc21b548996205fc2b4fd311ff78f270))
7+
* webpack.config and devdependencies ([699bdd7](https://github.com/CoCreate-app/CoCreate-cron-jobs/commit/699bdd7cf7ca0fa57f41f18773374b57f73a3b15))
8+
19
# [1.2.0](https://github.com/CoCreate-app/CoCreate-cron-jobs/compare/v1.1.0...v1.2.0) (2024-11-04)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cron-jobs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A simple cron-jobs component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"cron-jobs",
@@ -47,4 +47,4 @@
4747
"dependencies": {
4848
"node-html-parser": "^6.1.13"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)