Skip to content

Releases: bitfocus/companion-module-tools

v2.1.0

23 Sep 21:47
2850afd
Compare
Choose a tag to compare

2.1.0 (2024-09-23)

Features

v2.0.4

16 Sep 13:33
b5fc644
Compare
Choose a tag to compare

2.0.4 (2024-09-16)

Bug Fixes

  • ensure mjs files are interpreted as esm (bf0fceb)

v2.0.3

11 Sep 18:24
eafd875
Compare
Choose a tag to compare

2.0.3 (2024-09-11)

Bug Fixes

  • update zx and another try at webpack invocation on windows (8973b61)

v2.0.2

08 Sep 09:52
94659c4
Compare
Choose a tag to compare

2.0.2 (2024-09-08)

Bug Fixes

  • build script bad webpack path for some projects (a35529b)

v2.0.1

08 Sep 09:02
1dbda70
Compare
Choose a tag to compare

2.0.1 (2024-09-08)

Bug Fixes

  • avoid yarn calls inside build script (d8086c0)

v2.0.0

25 Aug 00:47
5cf2872
Compare
Choose a tag to compare

2.0.0 (2024-08-25)

⚠ BREAKING CHANGES

  • remove eslint and prettier as dependencies, modules should install these directly (#43)

Features

  • remove eslint and prettier as dependencies, modules should install these directly (#43) (45615fc)

v1.5.1

20 Jun 18:54
05d7c99
Compare
Choose a tag to compare

1.5.1 (2024-06-20)

Bug Fixes

  • don't expand extraFiles directories when copying (6ad1d43)

v1.5.0

08 Feb 00:54
3fd82ee
Compare
Choose a tag to compare

1.5.0 (2024-02-08)

Features

  • add option to force node-gyp to not be included in the build package (838bb52)

v1.4.4

08 Feb 00:36
ea9de5d
Compare
Choose a tag to compare

1.4.4 (2024-02-08)

Bug Fixes

  • yarn install failing due to CI=1 (076bc54)

v1.4.3

08 Feb 00:28
b4a6d84
Compare
Choose a tag to compare

1.4.3 (2024-02-08)

Bug Fixes

  • touch lockfile before running yarn install in package. (c502dd7)