Skip to content

Releases: hubotio/hubot

v8.0.0

13 Aug 22:15
85db19b
Compare
Choose a tag to compare

8.0.0 (2023-08-13)

Features

BREAKING CHANGES

  • This change introduces using async/await to load files from the scripts folder.

v7.0.0

29 Jul 23:25
ac5dcd2
Compare
Choose a tag to compare

7.0.0 (2023-07-29)

Features

  • Use organization scoped adapters like @hubot-friends/hubot-slack (#1655) (ac5dcd2)

BREAKING CHANGES

  • This change now requires you to include hubot- when specifying hubot adapters.

v6.0.0

24 Jul 01:01
218fdd6
Compare
Choose a tag to compare

6.0.0 (2023-07-24)

Bug Fixes

  • es2015 hadn't been updated to the v5 Robot signature (aed26e6)

BREAKING CHANGES

  • version 5 introduced a new Robot signature which impacts any program using es2015.js directly.

v5.0.7

13 Jul 02:26
5d94f10
Compare
Choose a tag to compare

5.0.7 (2023-07-13)

Bug Fixes

  • standard: Word-wrap vulnerability (94c1926)

v5.0.6

11 Jun 00:51
Compare
Choose a tag to compare
v5.0.6 Pre-release
Pre-release

5.0.6 (2023-06-11)

Bug Fixes

  • Removing files from published package. (c30b433)

v5.0.5

11 Jun 00:35
f58f7bc
Compare
Choose a tag to compare
v5.0.5 Pre-release
Pre-release

5.0.5 (2023-06-11)

Bug Fixes

  • Found an unused method from a previous decrecation (c3eb634)

v5.0.4

10 Jun 17:16
141fb7d
Compare
Choose a tag to compare
v5.0.4 Pre-release
Pre-release

5.0.4 (2023-06-10)

Bug Fixes

  • robot: Loading an adapter from file peridically fails on Windows. (53b479a)

v5.0.3

10 Jun 16:44
Compare
Choose a tag to compare
v5.0.3 Pre-release
Pre-release

5.0.3 (2023-06-10)

Bug Fixes

  • release: Add a release for the next distribution channel (1d7525d)

v5.0.2

10 Jun 16:12
62474fc
Compare
Choose a tag to compare

5.0.2 (2023-06-10)

Bug Fixes

  • Renaming from master to main (d68514e)

v5.0.1

10 Jun 15:57
37fb0b8
Compare
Choose a tag to compare

5.0.1 (2023-06-10)

Bug Fixes

  • robot: Starting Hubot from scratch failed to use the builtin shell adapter by default (31633df)