hubot-schedule
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -0,1 +1,16 @@ | ||
v0.6.2 | ||
====== | ||
* Fix schedule list not shown for the jobs created using v0.5.1 or below. | ||
v0.6.1 | ||
====== | ||
* Fix channel name only resolved for public channel. | ||
v0.6.0 | ||
====== | ||
* Support hubot-slack v4.x. | ||
v0.5.1 | ||
@@ -2,0 +17,0 @@ ====== |
{ | ||
"name": "hubot-schedule", | ||
"description": "Message scheduler for hubot", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"author": "matsukaz <matsukaz@gmail.com> (http://matsukaz.hatenablog.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/matsukaz/hubot-schedule", |
@@ -21,3 +21,9 @@ # hubot-schedule | ||
## 注意点 | ||
### Slack利用時 | ||
Slackを利用されている場合、`hubot-slack` は `v4.2.2` 以上をご利用ください。`v4.2.1` を利用すると、スケジュール登録に失敗することがあります。 | ||
## インストール方法 | ||
@@ -29,3 +35,3 @@ | ||
"dependencies": { | ||
"hubot-schedule": "~0.6.1" | ||
"hubot-schedule": "~0.6.2" | ||
} | ||
@@ -32,0 +38,0 @@ ``` |
@@ -22,3 +22,10 @@ # hubot-schedule | ||
## Note | ||
### for Slack users | ||
If you are using slack adapter such as `hubot-slack`, please use `v4.2.2` or later. | ||
`v4.2.1` sometimes fails to add new schedule. | ||
## Installation | ||
@@ -30,3 +37,3 @@ | ||
"dependencies": { | ||
"hubot-schedule": "~0.6.1" | ||
"hubot-schedule": "~0.6.2" | ||
} | ||
@@ -33,0 +40,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
22158
125