Skip to content

Releases: hubotio/hubot

v8.1.0

16 Sep 21:06
a4c2ec8
Compare
Choose a tag to compare

8.1.0 (2023-09-16)

Features

v8.0.3

14 Aug 03:37
91cbe76
Compare
Choose a tag to compare

8.0.3 (2023-08-14)

Bug Fixes

  • Loading .mjs Adapter from file and scripts failing on Windows (#1662) (91cbe76)

v8.0.2

13 Aug 22:55
a98b433
Compare
Choose a tag to compare

8.0.2 (2023-08-13)

Bug Fixes

  • ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows (#1661) (a98b433)

v8.0.1

13 Aug 22:30
8a198e2
Compare
Choose a tag to compare

8.0.1 (2023-08-13)

Bug Fixes

  • on Windows, getting ERR_UNSUPPORTED_ESM_URL_SCHEME error when trying to load an adpater (#1660) (8a198e2)

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)