Skip to content

Commit

Permalink
Merge pull request #7 from aulidev/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
infysumanta authored Mar 6, 2024
2 parents ad1c279 + 60a319b commit 77cb4f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-rockets-design.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aulidev/cron

## 1.1.0

### Minor Changes

- 1a58fb6: added daily.runAt() and monthly.runAt().on() methods to execute daily and monthly cron jobs

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aulidev/cron",
"version": "1.0.0",
"version": "1.1.0",
"description": "An easy-to-use interface for setting up cron jobs to execute tasks at a specific time using node-cron.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 77cb4f2

Please sign in to comment.