Skip to content

Commit fa94e7f

Browse files
committed
Bump package version
1 parent 61f8ec7 commit fa94e7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cron-parser",
33
"repo": "harrisiirak/cron-parser",
44
"description": "Node.js library for parsing crontab instructions",
5-
"version": "4.8.1",
5+
"version": "4.9.0",
66
"keywords": [
77
"cron",
88
"crontab",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cron-parser",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"description": "Node.js library for parsing crontab instructions",
55
"main": "lib/parser.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)