hubot-schedule
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -0,1 +1,18 @@ | ||
v0.4.1 | ||
====== | ||
* Fix scheduled job not working on leap year | ||
v0.4.0 | ||
====== | ||
* Add default value for HUBOT_SCHEDULE_LIST_REPLACE_TEXT | ||
v0.3.0 | ||
====== | ||
* Add HUBOT_SCHEDULE_LIST_REPLACE_TEXT configuration support | ||
v0.2.1 | ||
@@ -2,0 +19,0 @@ ====== |
{ | ||
"name": "hubot-schedule", | ||
"description": "Message scheduler for hubot", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)", | ||
@@ -19,3 +19,3 @@ "homepage": "https://github.com/matsukaz/hubot-schedule", | ||
"dependencies": { | ||
"node-schedule": "~0.5.1", | ||
"node-schedule": "~1.0.0", | ||
"cron-parser": "~1.0.1" | ||
@@ -22,0 +22,0 @@ }, |
@@ -28,3 +28,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.4.0" | ||
"hubot-schedule": "~0.4.1" | ||
} | ||
@@ -31,0 +31,0 @@ ``` |
@@ -29,3 +29,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.4.0" | ||
"hubot-schedule": "~0.4.1" | ||
} | ||
@@ -32,0 +32,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16760
+ Addedcron-parser@1.1.0(transitive)
+ Addednode-schedule@1.0.0(transitive)
- Removedcron-parser@0.6.2(transitive)
- Removednode-schedule@0.5.1(transitive)
Updatednode-schedule@~1.0.0