Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 15:27
74c580c

5.0.0 (2023-06-10)

Features

  • adapter: Load adapter from local disk (67fe7c9)
  • Remove loading hubot scripts from file (abc89c4)
  • robot: hubot -f (d1cabd5)

BREAKING CHANGES

  • No longer loading scripts from hubot-scripts.js
  • adapter: ES6 import is async, thus loadAdapter was changed to an async function.