From 22fdbc684768e031b52b5043d7401fb543311f1a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 18 Aug 2017 11:12:38 -0500 Subject: [PATCH] Update docs for v0.9.1 --- _submodules/probot | 2 +- api/0.9.1/Context.html | 2 +- api/0.9.1/Robot.html | 2 +- api/0.9.1/context.js.html | 2 +- api/0.9.1/global.html | 2 +- api/0.9.1/index.html | 2 +- api/0.9.1/plugin.js.html | 2 +- api/0.9.1/robot.js.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_submodules/probot b/_submodules/probot index 22499a7..8fd40f7 160000 --- a/_submodules/probot +++ b/_submodules/probot @@ -1 +1 @@ -Subproject commit 22499a7c09f6e31d0a209c7967490b570b632502 +Subproject commit 8fd40f72c8bd5531d2ad8720ee9ea7c3d07bdf44 diff --git a/api/0.9.1/Context.html b/api/0.9.1/Context.html index c1b00c4..b15f76a 100644 --- a/api/0.9.1/Context.html +++ b/api/0.9.1/Context.html @@ -869,7 +869,7 @@ repository.


diff --git a/api/0.9.1/Robot.html b/api/0.9.1/Robot.html index 30dca1e..7ede66f 100644 --- a/api/0.9.1/Robot.html +++ b/api/0.9.1/Robot.html @@ -720,7 +720,7 @@ expose HTTP endpoints


diff --git a/api/0.9.1/context.js.html b/api/0.9.1/context.js.html index 9a3443f..7f688e3 100644 --- a/api/0.9.1/context.js.html +++ b/api/0.9.1/context.js.html @@ -159,7 +159,7 @@ module.exports = Context;
diff --git a/api/0.9.1/global.html b/api/0.9.1/global.html index 1105f44..79fef07 100644 --- a/api/0.9.1/global.html +++ b/api/0.9.1/global.html @@ -345,7 +345,7 @@ robot.log.fatal("Goodbye, cruel world!");
diff --git a/api/0.9.1/index.html b/api/0.9.1/index.html index 49cb0b0..608780a 100644 --- a/api/0.9.1/index.html +++ b/api/0.9.1/index.html @@ -57,7 +57,7 @@
diff --git a/api/0.9.1/plugin.js.html b/api/0.9.1/plugin.js.html index 743a07a..4012ff4 100644 --- a/api/0.9.1/plugin.js.html +++ b/api/0.9.1/plugin.js.html @@ -120,7 +120,7 @@ function pluginLoaderFactory(probot, opts = {}) {
diff --git a/api/0.9.1/robot.js.html b/api/0.9.1/robot.js.html index 6e6453b..a33969a 100644 --- a/api/0.9.1/robot.js.html +++ b/api/0.9.1/robot.js.html @@ -295,7 +295,7 @@ module.exports = (...args) => new Robot(...args);