hubot-schedule
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,3 +1,17 @@ | ||
v0.2.1 | ||
====== | ||
* Fix scheduled messages not removed from cache. | ||
v0.2.0 | ||
====== | ||
* Hubot can now process messages sent by hubot-schedule. | ||
v0.1.0 | ||
====== | ||
* Intial release |
{ | ||
"name": "hubot-schedule", | ||
"description": "Message scheduler for hubot", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/matsukaz/hubot-schedule", |
@@ -24,3 +24,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.1.2" | ||
"hubot-schedule": "~0.2.1" | ||
} | ||
@@ -97,4 +97,3 @@ ``` | ||
Licensed under the **[MIT License] [license]**. | ||
Licensed under the **[MIT License](LICENSE)**. | ||
@@ -25,3 +25,3 @@ # hubot-schedule | ||
"dependencies": { | ||
"hubot-schedule": "~0.1.2" | ||
"hubot-schedule": "~0.2.1" | ||
} | ||
@@ -94,4 +94,3 @@ ``` | ||
Licensed under the **[MIT License] [license]**. | ||
Licensed under the **[MIT License](LICENSE)**. | ||
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
14684
95