Skip to content

Commit 6659650

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-09-21) ### Bug Fixes * improved handling of platform db and organization db ([8edf03d](8edf03d)) ### Features * getNextExecutionTime ([4ffc1aa](4ffc1aa))
1 parent 8edf03d commit 6659650

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-cron-jobs/compare/v1.0.0...v1.1.0) (2024-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* improved handling of platform db and organization db ([8edf03d](https://github.com/CoCreate-app/CoCreate-cron-jobs/commit/8edf03d83689dc7bbfe884e8db8c655934a3e36f))
7+
8+
9+
### Features
10+
11+
* getNextExecutionTime ([4ffc1aa](https://github.com/CoCreate-app/CoCreate-cron-jobs/commit/4ffc1aa899942b63b80fa281a6d687947cb8b50d))
12+
113
# 1.0.0 (2024-09-08)
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/cron-jobs",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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",

0 commit comments

Comments
 (0)