Releases: bitfocus/companion-module-tools
Releases · bitfocus/companion-module-tools
v2.1.0
2.1.0 (2024-09-23)
Features
v2.0.4
2.0.4 (2024-09-16)
Bug Fixes
- ensure mjs files are interpreted as esm (bf0fceb)
v2.0.3
2.0.3 (2024-09-11)
Bug Fixes
- update
zx
and another try at webpack
invocation on windows (8973b61)
v2.0.2
2.0.2 (2024-09-08)
Bug Fixes
- build script bad webpack path for some projects (a35529b)
v2.0.1
2.0.1 (2024-09-08)
Bug Fixes
- avoid
yarn
calls inside build script (d8086c0)
v2.0.0
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
1.5.1 (2024-06-20)
Bug Fixes
- don't expand
extraFiles
directories when copying (6ad1d43)
v1.5.0
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
1.4.4 (2024-02-08)
Bug Fixes
- yarn install failing due to
CI=1
(076bc54)
v1.4.3
1.4.3 (2024-02-08)
Bug Fixes
- touch lockfile before running
yarn install
in package. (c502dd7)