hubot 11.5.0 → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/Hubot.mjs +1 -0
  2. package/package.json +1 -1
package/bin/Hubot.mjs CHANGED
@@ -134,6 +134,7 @@ async function loadExternalScripts () {
134
134
  }
135
135
 
136
136
  (async () => {
137
+ await robot.load(pathResolve('.', 'configuration'))
137
138
  await robot.loadAdapter(options.file)
138
139
  if (options.version) {
139
140
  console.log(robot.version)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hubot",
3
- "version": "11.5.0",
3
+ "version": "11.6.0",
4
4
  "author": "hubot",
5
5
  "keywords": [
6
6
  "github",