Skip to content

Commit

Permalink
Prepare 7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Nov 12, 2023
1 parent 64d9da7 commit ed315fb
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const { Cron } = require("croner");
Using Deno

```typescript
import { Cron } from "https://deno.land/x/[email protected].3/dist/croner.js";
import { Cron } from "https://deno.land/x/[email protected].5/dist/croner.js";
```

In a webpage using the UMD-module
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Cron for JavaScript and TypeScript"
},
"substitute": {
"$CRONER_VERSION": "7.0.3"
"$CRONER_VERSION": "7.0.5"
},
"top_links": [
{
Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "croner",
"version": "7.0.5-dev.0",
"version": "7.0.5",
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
"author": "Hexagon <github.com/hexagon>",
"homepage": "https://hexagon.github.io/croner",
Expand Down

0 comments on commit ed315fb

Please sign in to comment.