hubot-schedule
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,1 +1,6 @@ | ||
v0.5.1 | ||
====== | ||
* Fix serialization to strore room name correctly. | ||
v0.5.0 | ||
@@ -2,0 +7,0 @@ ====== |
{ | ||
"name": "hubot-schedule", | ||
"description": "Message scheduler for hubot", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/matsukaz/hubot-schedule", |
@@ -28,3 +28,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.5.0" | ||
"hubot-schedule": "~0.5.1" | ||
} | ||
@@ -31,0 +31,0 @@ ``` |
@@ -29,3 +29,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.5.0" | ||
"hubot-schedule": "~0.5.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
20946